Html Css Color HEX #0C03DD Medium Blue

📋 copy color: '#0C03DD'

red 12 ◦ green 3 ◦ blue 221

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

Shades of Medium Blue #0C03DD

Tints of Medium Blue #0C03DD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 5.08%
G = 1.27%
B = 93.64%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0C03DD (or 0x0C03DD) is known color: Medium Blue. HEX triplet: 0C, 03 and DD. RGB value is (12,3,221). Sum of RGB (Red+Green+Blue) = 12+3+221=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 221 (86.72% from 255 or 93.64% from 236); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C03DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C03DD is #F3FC22. Grayscale: #1D1D1D. Windows color (decimal): -15989795 or 14484236. OLE color: 14484236.

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

Color convert

RGB 12 3 221 -
CMYK 0.95 0.99 0 0.13
HSL 242.48º 0.97% 0.44% -
HSV(B) 242.48º 0.99% 0.87% -
XYZ 13.24 5.36 68.74 -
YUV 30.54 235.48 114.77 -
System Red Green Blue C M Y K H S L
Decimal 12 3 221 0.95 0.99 0 0.13 242.48 0.97 0.44
Hex C 3 DD 5F 63 0 D F2 61 2C
Octal 14 3 335 137 143 0 15 362 141 54
Binary 1100 11 11011101 1011111 1100011 0 1101 11110010 1100001 101100

Color Harmonies of #0C03DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C03DD

Black with #0C03DD

Text Example


Text Example

White with #0C03DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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