Html Css Color HEX #0C9FEB Dodger Blue

📋 copy color: '#0C9FEB'

red 12 ◦ green 159 ◦ blue 235

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

Shades of Dodger Blue #0C9FEB

Tints of Dodger Blue #0C9FEB

RGB

 RED value IS 12 (5.08% from 255) = 2.96%

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

 BLUE value IS 235 (92.19% from 255) = 57.88%

R = 2.96%
G = 39.16%
B = 57.88%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0C9FEB (or 0x0C9FEB) is known color: Dodger Blue. HEX triplet: 0C, 9F and EB. RGB value is (12,159,235). Sum of RGB (Red+Green+Blue) = 12+159+235=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C9FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C9FEB is #F36014. Grayscale: #7B7B7B. Windows color (decimal): -15949845 or 15441676. OLE color: 15441676.

HSL color Cylindrical-coordinate representation of color #0C9FEB: hue angle of 200.45º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C9FEB is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 12 159 235 -
CMYK 0.95 0.32 0 0.08
HSL 200.45º 0.9% 0.48% -
HSV(B) 200.45º 0.95% 0.92% -
XYZ 27.55 30.87 83.1 -
YUV 123.71 190.8 48.32 -
System Red Green Blue C M Y K H S L
Decimal 12 159 235 0.95 0.32 0 0.08 200.45 0.9 0.48
Hex C 9F EB 5F 20 0 8 C8 5A 30
Octal 14 237 353 137 40 0 10 310 132 60
Binary 1100 10011111 11101011 1011111 100000 0 1000 11001000 1011010 110000

Color Harmonies of #0C9FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9FEB

Black with #0C9FEB

Text Example


Text Example

White with #0C9FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,159,235); }

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

background-color css

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

 a { background-color: rgb(12,159,235); }

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

border-color css

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

 span { border-color: rgb(12,159,235); }

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