Html Css Color HEX #0C89EC Dodger Blue

📋 copy color: '#0C89EC'

red 12 ◦ green 137 ◦ blue 236

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

Shades of Dodger Blue #0C89EC

Tints of Dodger Blue #0C89EC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.58%

 BLUE value IS 236 (92.58% from 255) = 61.3%

R = 3.12%
G = 35.58%
B = 61.3%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0C89EC (or 0x0C89EC) is known color: Dodger Blue. HEX triplet: 0C, 89 and EC. RGB value is (12,137,236). Sum of RGB (Red+Green+Blue) = 12+137+236=385 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #0C89EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C89EC is #F37613. Grayscale: #6E6E6E. Windows color (decimal): -15955476 or 15501580. OLE color: 15501580.

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

Color convert

RGB 12 137 236 -
CMYK 0.95 0.42 0 0.07
HSL 206.52º 0.9% 0.49% -
HSV(B) 206.52º 0.95% 0.93% -
XYZ 24.24 24.03 82.72 -
YUV 110.91 198.59 57.45 -
System Red Green Blue C M Y K H S L
Decimal 12 137 236 0.95 0.42 0 0.07 206.52 0.9 0.49
Hex C 89 EC 5F 2A 0 7 CF 5A 31
Octal 14 211 354 137 52 0 7 317 132 61
Binary 1100 10001001 11101100 1011111 101010 0 111 11001111 1011010 110001

Color Harmonies of #0C89EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C89EC

Black with #0C89EC

Text Example


Text Example

White with #0C89EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,137,236); }

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

background-color css

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

 a { background-color: rgb(12,137,236); }

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

border-color css

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

 span { border-color: rgb(12,137,236); }

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