Html Css Color HEX #0C97EF Dodger Blue

📋 copy color: '#0C97EF'

red 12 ◦ green 151 ◦ blue 239

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

Shades of Dodger Blue #0C97EF

Tints of Dodger Blue #0C97EF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.56%

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

R = 2.99%
G = 37.56%
B = 59.45%

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

#0C97EF (or 0x0C97EF) is known color: Dodger Blue. HEX triplet: 0C, 97 and EF. RGB value is (12,151,239). Sum of RGB (Red+Green+Blue) = 12+151+239=402 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #0C97EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C97EF is #F36810. Grayscale: #767676. Windows color (decimal): -15951889 or 15701772. OLE color: 15701772.

HSL color Cylindrical-coordinate representation of color #0C97EF: hue angle of 203.26º 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 #0C97EF is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 12 151 239 -
CMYK 0.95 0.37 0 0.06
HSL 203.26º 0.9% 0.49% -
HSV(B) 203.26º 0.95% 0.94% -
XYZ 26.8 28.44 85.74 -
YUV 119.47 195.45 51.34 -
System Red Green Blue C M Y K H S L
Decimal 12 151 239 0.95 0.37 0 0.06 203.26 0.9 0.49
Hex C 97 EF 5F 25 0 6 CB 5A 31
Octal 14 227 357 137 45 0 6 313 132 61
Binary 1100 10010111 11101111 1011111 100101 0 110 11001011 1011010 110001

Color Harmonies of #0C97EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C97EF

Black with #0C97EF

Text Example


Text Example

White with #0C97EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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