Html Css Color HEX #0C10DE Medium Blue

📋 copy color: '#0C10DE'

red 12 ◦ green 16 ◦ blue 222

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

Shades of Medium Blue #0C10DE

Tints of Medium Blue #0C10DE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

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

R = 4.8%
G = 6.4%
B = 88.8%

CMYK

 C value IS 0.95

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0C10DE (or 0x0C10DE) is known color: Medium Blue. HEX triplet: 0C, 10 and DE. RGB value is (12,16,222). Sum of RGB (Red+Green+Blue) = 12+16+222=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 222 (87.11% from 255 or 88.8% from 250); Max value from RGB is 222 - color contains mainly: blue. Hex color #0C10DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C10DE is #F3EF21. Grayscale: #252525. Windows color (decimal): -15986466 or 14553100. OLE color: 14553100.

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

Color convert

RGB 12 16 222 -
CMYK 0.95 0.93 0 0.13
HSL 238.86º 0.9% 0.46% -
HSV(B) 238.86º 0.95% 0.87% -
XYZ 13.52 5.72 69.5 -
YUV 38.29 231.67 109.25 -
System Red Green Blue C M Y K H S L
Decimal 12 16 222 0.95 0.93 0 0.13 238.86 0.9 0.46
Hex C 10 DE 5F 5D 0 D EF 5A 2E
Octal 14 20 336 137 135 0 15 357 132 56
Binary 1100 10000 11011110 1011111 1011101 0 1101 11101111 1011010 101110

Color Harmonies of #0C10DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C10DE

Black with #0C10DE

Text Example


Text Example

White with #0C10DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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