#027EEE

Color #027EEE Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #027EEE

Tints of Dodger Blue #027EEE

Color information

#027EEE (or 0x027EEE) is unknown color: approx Dodger Blue. HEX triplet: 02, 7E and EE. RGB value is (2,126,238). Sum of RGB (Red+Green+Blue) = 2+126+238=366 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #027EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027EEE is #FD8111. Grayscale: #656565. Windows color (decimal): -16613650 or 15629826. OLE color: 15629826.

HSL color Cylindrical-coordinate representation of color #027EEE: hue angle of 208.47º 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 #027EEE is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2126238-
CMYK0.990.4700.07
HSL208.47º98.33%47.06%-
HSV(B)208.47º99.16%93.33%-
XYZ22.9221.1183.76-
YUV101.69204.9256.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.55%
GREEN value IS 126 (49.61% from 255) = 34.43%
BLUE value IS 238 (93.36% from 255) = 65.03%
R=0.55%
G=34.43%
B=65.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal21262380.990.4700.07208.4798.3347.06
Hex27EEE632F07d0622f
Octal2176356143570732014257
Binary1011111101110111011000111011110111110100001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #027EEE;
 }
 .AnyTagClassName
 {
   color: #027EEE;
 }
</style>
background-color css

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

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

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

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

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

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