Html Css Color HEX #0C88EB Dodger Blue

📋 copy color: '#0C88EB'

red 12 ◦ green 136 ◦ blue 235

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

Shades of Dodger Blue #0C88EB

Tints of Dodger Blue #0C88EB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.51%

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

R = 3.13%
G = 35.51%
B = 61.36%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0C88EB (or 0x0C88EB) is known color: Dodger Blue. HEX triplet: 0C, 88 and EB. RGB value is (12,136,235). Sum of RGB (Red+Green+Blue) = 12+136+235=383 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.13% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C88EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C88EB is #F37714. Grayscale: #6D6D6D. Windows color (decimal): -15955733 or 15435788. OLE color: 15435788.

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

Color convert

RGB 12 136 235 -
CMYK 0.95 0.42 0 0.08
HSL 206.64º 0.9% 0.48% -
HSV(B) 206.64º 0.95% 0.92% -
XYZ 23.95 23.68 81.91 -
YUV 110.21 198.42 57.95 -
System Red Green Blue C M Y K H S L
Decimal 12 136 235 0.95 0.42 0 0.08 206.64 0.9 0.48
Hex C 88 EB 5F 2A 0 8 CF 5A 30
Octal 14 210 353 137 52 0 10 317 132 60
Binary 1100 10001000 11101011 1011111 101010 0 1000 11001111 1011010 110000

Color Harmonies of #0C88EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C88EB

Black with #0C88EB

Text Example


Text Example

White with #0C88EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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