Html Css Color HEX #0C15DD Medium Blue

📋 copy color: '#0C15DD'

red 12 ◦ green 21 ◦ blue 221

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

Shades of Medium Blue #0C15DD

Tints of Medium Blue #0C15DD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.27%

 BLUE value IS 221 (86.72% from 255) = 87.01%

R = 4.72%
G = 8.27%
B = 87.01%

CMYK

 C value IS 0.95

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0C15DD (or 0x0C15DD) is known color: Medium Blue. HEX triplet: 0C, 15 and DD. RGB value is (12,21,221). Sum of RGB (Red+Green+Blue) = 12+21+221=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 221 (86.72% from 255 or 87.01% from 254); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C15DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C15DD is #F3EA22. Grayscale: #282828. Windows color (decimal): -15985187 or 14488844. OLE color: 14488844.

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

Color convert

RGB 12 21 221 -
CMYK 0.95 0.90 0 0.13
HSL 237.42º 0.9% 0.46% -
HSV(B) 237.42º 0.95% 0.87% -
XYZ 13.47 5.83 68.82 -
YUV 41.11 229.52 107.24 -
System Red Green Blue C M Y K H S L
Decimal 12 21 221 0.95 0.90 0 0.13 237.42 0.9 0.46
Hex C 15 DD 5F 5A 0 D ED 5A 2E
Octal 14 25 335 137 132 0 15 355 132 56
Binary 1100 10101 11011101 1011111 1011010 0 1101 11101101 1011010 101110

Color Harmonies of #0C15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C15DD

Black with #0C15DD

Text Example


Text Example

White with #0C15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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