#0c11dd

Color #0C11DD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0C11DD

Tints of Medium Blue #0C11DD

Color information

#0C11DD (or 0x0C11DD) is unknown color: approx Medium Blue. HEX triplet: 0C, 11 and DD. RGB value is (12,17,221). Sum of RGB (Red+Green+Blue) = 12+17+221=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 221 (86.72% from 255 or 88.4% from 250); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C11DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C11DD is #F3EE22. Grayscale: #252525. Windows color (decimal): -15986211 or 14487820. OLE color: 14487820.

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

Color convert

RGB1217221-
CMYK0.950.9200.13
HSL238.56º89.7%45.69%-
HSV(B)238.56º94.57%86.67%-
XYZ13.45.768.8-
YUV38.76230.84108.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.8%
GREEN value IS 17 (7.03% from 255) = 6.8%
BLUE value IS 221 (86.72% from 255) = 88.4%
R=4.8%
G=6.8%
B=88.4%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12172210.950.9200.13238.5689.745.69
HexC11DD5F5C0Def5a2e
Octal142133513713401535713256
Binary110010001110111011011111101110001101111011111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c11dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,17,221); }

 H1.HeaderClassName
 {
   color: #0c11dd;
 }
 .AnyTagClassName
 {
   color: #0c11dd;
 }
</style>
background-color css

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

 a { background-color: rgb(12,17,221); }

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

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

 span { border-color: rgb(12,17,221); }

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