Html Css Color HEX #027EF2 Dodger Blue

📋 copy color: '#027EF2'

red 2 ◦ green 126 ◦ blue 242

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

Shades of Dodger Blue #027EF2

Tints of Dodger Blue #027EF2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.05%

 BLUE value IS 242 (94.92% from 255) = 65.41%

R = 0.54%
G = 34.05%
B = 65.41%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#027EF2 (or 0x027EF2) is known color: Dodger Blue. HEX triplet: 02, 7E and F2. RGB value is (2,126,242). Sum of RGB (Red+Green+Blue) = 2+126+242=370 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 242 (94.92% from 255 or 65.41% from 370); Max value from RGB is 242 - color contains mainly: blue. Hex color #027EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027EF2 is #FD810D. Grayscale: #656565. Windows color (decimal): -16613646 or 15891970. OLE color: 15891970.

HSL color Cylindrical-coordinate representation of color #027EF2: hue angle of 209º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027EF2 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 2 126 242 -
CMYK 0.99 0.48 0 0.05
HSL 209º 0.98% 0.48% -
HSV(B) 209º 0.99% 0.95% -
XYZ 23.51 21.35 86.89 -
YUV 102.15 206.92 56.57 -
System Red Green Blue C M Y K H S L
Decimal 2 126 242 0.99 0.48 0 0.05 209 0.98 0.48
Hex 2 7E F2 63 30 0 5 D1 62 30
Octal 2 176 362 143 60 0 5 321 142 60
Binary 10 1111110 11110010 1100011 110000 0 101 11010001 1100010 110000

Color Harmonies of #027EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027EF2

Black with #027EF2

Text Example


Text Example

White with #027EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027EF2; }

 p { color: rgb(2,126,242); }

 H1.HeaderClassName
 {
   color: #027EF2;
 }
 .AnyTagClassName
 {
   color: #027EF2;
 }
</style>

background-color css

<style>
 a { background-color: #027EF2; }

 a { background-color: rgb(2,126,242); }

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

border-color css

<style>
 span { border-color: #027EF2; }

 span { border-color: rgb(2,126,242); }

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