Html Css Color HEX #0C04DE Medium Blue

📋 copy color: '#0C04DE'

red 12 ◦ green 4 ◦ blue 222

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

Shades of Medium Blue #0C04DE

Tints of Medium Blue #0C04DE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.68%

 BLUE value IS 222 (87.11% from 255) = 93.28%

R = 5.04%
G = 1.68%
B = 93.28%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0C04DE (or 0x0C04DE) is known color: Medium Blue. HEX triplet: 0C, 04 and DE. RGB value is (12,4,222). Sum of RGB (Red+Green+Blue) = 12+4+222=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 222 (87.11% from 255 or 93.28% from 238); Max value from RGB is 222 - color contains mainly: blue. Hex color #0C04DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C04DE is #F3FB21. Grayscale: #1E1E1E. Windows color (decimal): -15989538 or 14550028. OLE color: 14550028.

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

Color convert

RGB 12 4 222 -
CMYK 0.95 0.98 0 0.13
HSL 242.2º 0.96% 0.44% -
HSV(B) 242.2º 0.98% 0.87% -
XYZ 13.38 5.44 69.45 -
YUV 31.24 235.65 114.27 -
System Red Green Blue C M Y K H S L
Decimal 12 4 222 0.95 0.98 0 0.13 242.2 0.96 0.44
Hex C 4 DE 5F 62 0 D F2 60 2C
Octal 14 4 336 137 142 0 15 362 140 54
Binary 1100 100 11011110 1011111 1100010 0 1101 11110010 1100000 101100

Color Harmonies of #0C04DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C04DE

Black with #0C04DE

Text Example


Text Example

White with #0C04DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,4,222); }

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

background-color css

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

 a { background-color: rgb(12,4,222); }

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

border-color css

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

 span { border-color: rgb(12,4,222); }

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