Html Css Color HEX #0EA6FE Dodger Blue

📋 copy color: '#0EA6FE'

red 14 ◦ green 166 ◦ blue 254

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

Shades of Dodger Blue #0EA6FE

Tints of Dodger Blue #0EA6FE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.25%

 BLUE value IS 254 (99.61% from 255) = 58.53%

R = 3.23%
G = 38.25%
B = 58.53%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0EA6FE (or 0x0EA6FE) is known color: Dodger Blue. HEX triplet: 0E, A6 and FE. RGB value is (14,166,254). Sum of RGB (Red+Green+Blue) = 14+166+254=434 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.23% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #0EA6FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EA6FE is #F15901. Grayscale: #828282. Windows color (decimal): -15816962 or 16688654. OLE color: 16688654.

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

Color convert

RGB 14 166 254 -
CMYK 0.94 0.35 0 0.00
HSL 202º 0.99% 0.53% -
HSV(B) 202º 0.94% 1% -
XYZ 31.71 34.52 98.76 -
YUV 130.58 197.64 44.84 -
System Red Green Blue C M Y K H S L
Decimal 14 166 254 0.94 0.35 0 0.00 202 0.99 0.53
Hex E A6 FE 5E 23 0 0 CA 63 35
Octal 16 246 376 136 43 0 0 312 143 65
Binary 1110 10100110 11111110 1011110 100011 0 0 11001010 1100011 110101

Color Harmonies of #0EA6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA6FE

Black with #0EA6FE

Text Example


Text Example

White with #0EA6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,166,254); }

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

background-color css

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

 a { background-color: rgb(14,166,254); }

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

border-color css

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

 span { border-color: rgb(14,166,254); }

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