Html Css Color HEX #0E9FFC Dodger Blue

📋 copy color: '#0E9FFC'

red 14 ◦ green 159 ◦ blue 252

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

Shades of Dodger Blue #0E9FFC

Tints of Dodger Blue #0E9FFC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.41%

 BLUE value IS 252 (98.83% from 255) = 59.29%

R = 3.29%
G = 37.41%
B = 59.29%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0E9FFC (or 0x0E9FFC) is known color: Dodger Blue. HEX triplet: 0E, 9F and FC. RGB value is (14,159,252). Sum of RGB (Red+Green+Blue) = 14+159+252=425 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #0E9FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E9FFC is #F16003. Grayscale: #7D7D7D. Windows color (decimal): -15818756 or 16555790. OLE color: 16555790.

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

Color convert

RGB 14 159 252 -
CMYK 0.94 0.37 0 0.01
HSL 203.45º 0.98% 0.52% -
HSV(B) 203.45º 0.94% 0.99% -
XYZ 30.15 31.92 96.67 -
YUV 126.25 198.96 47.94 -
System Red Green Blue C M Y K H S L
Decimal 14 159 252 0.94 0.37 0 0.01 203.45 0.98 0.52
Hex E 9F FC 5E 25 0 1 CB 62 34
Octal 16 237 374 136 45 0 1 313 142 64
Binary 1110 10011111 11111100 1011110 100101 0 1 11001011 1100010 110100

Color Harmonies of #0E9FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9FFC

Black with #0E9FFC

Text Example


Text Example

White with #0E9FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,159,252); }

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

background-color css

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

 a { background-color: rgb(14,159,252); }

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

border-color css

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

 span { border-color: rgb(14,159,252); }

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