Html Css Color HEX #0C02DC Medium Blue

📋 copy color: '#0C02DC'

red 12 ◦ green 2 ◦ blue 220

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

Shades of Medium Blue #0C02DC

Tints of Medium Blue #0C02DC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 220 (86.33% from 255) = 94.02%

R = 5.13%
G = 0.85%
B = 94.02%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C02DC (or 0x0C02DC) is known color: Medium Blue. HEX triplet: 0C, 02 and DC. RGB value is (12,2,220). Sum of RGB (Red+Green+Blue) = 12+2+220=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 220 (86.33% from 255 or 94.02% from 234); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C02DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C02DC is #F3FD23. Grayscale: #1C1C1C. Windows color (decimal): -15990052 or 14418444. OLE color: 14418444.

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

Color convert

RGB 12 2 220 -
CMYK 0.95 0.99 0 0.14
HSL 242.75º 0.98% 0.44% -
HSV(B) 242.75º 0.99% 0.86% -
XYZ 13.09 5.29 68.04 -
YUV 29.84 235.31 115.27 -
System Red Green Blue C M Y K H S L
Decimal 12 2 220 0.95 0.99 0 0.14 242.75 0.98 0.44
Hex C 2 DC 5F 63 0 E F3 62 2C
Octal 14 2 334 137 143 0 16 363 142 54
Binary 1100 10 11011100 1011111 1100011 0 1110 11110011 1100010 101100

Color Harmonies of #0C02DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C02DC

Black with #0C02DC

Text Example


Text Example

White with #0C02DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,2,220); }

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

background-color css

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

 a { background-color: rgb(12,2,220); }

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

border-color css

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

 span { border-color: rgb(12,2,220); }

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