Html Css Color HEX #027EEF Dodger Blue

📋 copy color: '#027EEF'

red 2 ◦ green 126 ◦ blue 239

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

Shades of Dodger Blue #027EEF

Tints of Dodger Blue #027EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.12%

R = 0.54%
G = 34.33%
B = 65.12%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#027EEF (or 0x027EEF) is known color: Dodger Blue. HEX triplet: 02, 7E and EF. RGB value is (2,126,239). Sum of RGB (Red+Green+Blue) = 2+126+239=367 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #027EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027EEF is #FD8110. Grayscale: #656565. Windows color (decimal): -16613649 or 15695362. OLE color: 15695362.

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

Color convert

RGB 2 126 239 -
CMYK 0.99 0.47 0 0.06
HSL 208.61º 0.98% 0.47% -
HSV(B) 208.61º 0.99% 0.94% -
XYZ 23.07 21.17 84.53 -
YUV 101.81 205.42 56.81 -
System Red Green Blue C M Y K H S L
Decimal 2 126 239 0.99 0.47 0 0.06 208.61 0.98 0.47
Hex 2 7E EF 63 2F 0 6 D1 62 2F
Octal 2 176 357 143 57 0 6 321 142 57
Binary 10 1111110 11101111 1100011 101111 0 110 11010001 1100010 101111

Color Harmonies of #027EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027EEF

Black with #027EEF

Text Example


Text Example

White with #027EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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