Html Css Color HEX #027EED Dodger Blue

📋 copy color: '#027EED'

red 2 ◦ green 126 ◦ blue 237

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

Shades of Dodger Blue #027EED

Tints of Dodger Blue #027EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.93%

R = 0.55%
G = 34.52%
B = 64.93%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#027EED (or 0x027EED) is known color: Dodger Blue. HEX triplet: 02, 7E and ED. RGB value is (2,126,237). Sum of RGB (Red+Green+Blue) = 2+126+237=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #027EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027EED is #FD8112. Grayscale: #656565. Windows color (decimal): -16613651 or 15564290. OLE color: 15564290.

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

Color convert

RGB 2 126 237 -
CMYK 0.99 0.47 0 0.07
HSL 208.34º 0.98% 0.47% -
HSV(B) 208.34º 0.99% 0.93% -
XYZ 22.77 21.05 82.98 -
YUV 101.58 204.42 56.97 -
System Red Green Blue C M Y K H S L
Decimal 2 126 237 0.99 0.47 0 0.07 208.34 0.98 0.47
Hex 2 7E ED 63 2F 0 7 D0 62 2F
Octal 2 176 355 143 57 0 7 320 142 57
Binary 10 1111110 11101101 1100011 101111 0 111 11010000 1100010 101111

Color Harmonies of #027EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027EED

Black with #027EED

Text Example


Text Example

White with #027EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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