Html Css Color HEX #0C96EF Dodger Blue

📋 copy color: '#0C96EF'

red 12 ◦ green 150 ◦ blue 239

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

Shades of Dodger Blue #0C96EF

Tints of Dodger Blue #0C96EF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.41%

 BLUE value IS 239 (93.75% from 255) = 59.6%

R = 2.99%
G = 37.41%
B = 59.6%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0C96EF (or 0x0C96EF) is known color: Dodger Blue. HEX triplet: 0C, 96 and EF. RGB value is (12,150,239). Sum of RGB (Red+Green+Blue) = 12+150+239=401 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #0C96EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C96EF is #F36910. Grayscale: #767676. Windows color (decimal): -15952145 or 15701516. OLE color: 15701516.

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

Color convert

RGB 12 150 239 -
CMYK 0.95 0.37 0 0.06
HSL 203.52º 0.9% 0.49% -
HSV(B) 203.52º 0.95% 0.94% -
XYZ 26.64 28.12 85.69 -
YUV 118.88 195.78 51.76 -
System Red Green Blue C M Y K H S L
Decimal 12 150 239 0.95 0.37 0 0.06 203.52 0.9 0.49
Hex C 96 EF 5F 25 0 6 CC 5A 31
Octal 14 226 357 137 45 0 6 314 132 61
Binary 1100 10010110 11101111 1011111 100101 0 110 11001100 1011010 110001

Color Harmonies of #0C96EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C96EF

Black with #0C96EF

Text Example


Text Example

White with #0C96EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,150,239); }

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

background-color css

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

 a { background-color: rgb(12,150,239); }

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

border-color css

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

 span { border-color: rgb(12,150,239); }

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