Html Css Color HEX #0280EC Dodger Blue

📋 copy color: '#0280EC'

red 2 ◦ green 128 ◦ blue 236

#0280EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #0280EC

Tints of Dodger Blue #0280EC

RGB

 RED value IS 2 (1.17% from 255) = 0.55%

 GREEN value IS 128 (50.39% from 255) = 34.97%

 BLUE value IS 236 (92.58% from 255) = 64.48%

R = 0.55%
G = 34.97%
B = 64.48%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0280EC (or 0x0280EC) is known color: Dodger Blue. HEX triplet: 02, 80 and EC. RGB value is (2,128,236). Sum of RGB (Red+Green+Blue) = 2+128+236=366 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #0280EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0280EC is #FD7F13. Grayscale: #666666. Windows color (decimal): -16613140 or 15499266. OLE color: 15499266.

HSL color Cylindrical-coordinate representation of color #0280EC: hue angle of 207.69º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0280EC is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 128 236 -
CMYK 0.99 0.46 0 0.07
HSL 207.69º 0.98% 0.47% -
HSV(B) 207.69º 0.99% 0.93% -
XYZ 22.88 21.51 82.3 -
YUV 102.64 203.26 56.22 -
System Red Green Blue C M Y K H S L
Decimal 2 128 236 0.99 0.46 0 0.07 207.69 0.98 0.47
Hex 2 80 EC 63 2E 0 7 D0 62 2F
Octal 2 200 354 143 56 0 7 320 142 57
Binary 10 10000000 11101100 1100011 101110 0 111 11010000 1100010 101111

Color Harmonies of #0280EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0280EC

Black with #0280EC

Text Example


Text Example

White with #0280EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0280EC; }

 p { color: rgb(2,128,236); }

 H1.HeaderClassName
 {
   color: #0280EC;
 }
 .AnyTagClassName
 {
   color: #0280EC;
 }
</style>

background-color css

<style>
 a { background-color: #0280EC; }

 a { background-color: rgb(2,128,236); }

 div.DivClassName
 {
   background-color: #0280EC;
 }
 .BgClassName
 {
   background-color: #0280EC;
 }
</style>

border-color css

<style>
 span { border-color: #0280EC; }

 span { border-color: rgb(2,128,236); }

 td.TdClassName
 {
   border-color: #0280EC;
 }
 .TagClassName
 {
   border-color: #0280EC;
 }
</style>