Html Css Color HEX #0EA0FF Dodger Blue

📋 copy color: '#0EA0FF'

red 14 ◦ green 160 ◦ blue 255

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

Shades of Dodger Blue #0EA0FF

Tints of Dodger Blue #0EA0FF

RGB

 RED value IS 14 (5.86% from 255) = 3.26%

 GREEN value IS 160 (62.89% from 255) = 37.3%

 BLUE value IS 255 (100% from 255) = 59.44%

R = 3.26%
G = 37.3%
B = 59.44%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0EA0FF (or 0x0EA0FF) is known color: Dodger Blue. HEX triplet: 0E, A0 and FF. RGB value is (14,160,255). Sum of RGB (Red+Green+Blue) = 14+160+255=429 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EA0FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EA0FF is #F15F00. Grayscale: #7E7E7E. Windows color (decimal): -15818497 or 16752654. OLE color: 16752654.

HSL color Cylindrical-coordinate representation of color #0EA0FF: hue angle of 203.65º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EA0FF is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 14 160 255 -
CMYK 0.95 0.37 0 0
HSL 203.65º 1% 0.53% -
HSV(B) 203.65º 0.95% 1% -
XYZ 30.8 32.45 99.25 -
YUV 127.18 200.13 47.28 -
System Red Green Blue C M Y K H S L
Decimal 14 160 255 0.95 0.37 0 0 203.65 1 0.53
Hex E A0 FF 5F 25 0 0 CC 64 35
Octal 16 240 377 137 45 0 0 314 144 65
Binary 1110 10100000 11111111 1011111 100101 0 0 11001100 1100100 110101

Color Harmonies of #0EA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA0FF

Black with #0EA0FF

Text Example


Text Example

White with #0EA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EA0FF; }

 p { color: rgb(14,160,255); }

 H1.HeaderClassName
 {
   color: #0EA0FF;
 }
 .AnyTagClassName
 {
   color: #0EA0FF;
 }
</style>

background-color css

<style>
 a { background-color: #0EA0FF; }

 a { background-color: rgb(14,160,255); }

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

border-color css

<style>
 span { border-color: #0EA0FF; }

 span { border-color: rgb(14,160,255); }

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