Html Css Color HEX #0812DD Medium Blue

📋 copy color: '#0812DD'

red 8 ◦ green 18 ◦ blue 221

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

Shades of Medium Blue #0812DD

Tints of Medium Blue #0812DD

RGB

 RED value IS 8 (3.52% from 255) = 3.24%

 GREEN value IS 18 (7.42% from 255) = 7.29%

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

R = 3.24%
G = 7.29%
B = 89.47%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0812DD (or 0x0812DD) is known color: Medium Blue. HEX triplet: 08, 12 and DD. RGB value is (8,18,221). Sum of RGB (Red+Green+Blue) = 8+18+221=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 221 (86.72% from 255 or 89.47% from 247); Max value from RGB is 221 - color contains mainly: blue. Hex color #0812DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0812DD is #F7ED22. Grayscale: #252525. Windows color (decimal): -16248099 or 14488072. OLE color: 14488072.

HSL color Cylindrical-coordinate representation of color #0812DD: hue angle of 237.18º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0812DD is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 18 221 -
CMYK 0.96 0.92 0 0.13
HSL 237.18º 0.93% 0.45% -
HSV(B) 237.18º 0.96% 0.87% -
XYZ 13.37 5.7 68.8 -
YUV 38.15 231.19 106.49 -
System Red Green Blue C M Y K H S L
Decimal 8 18 221 0.96 0.92 0 0.13 237.18 0.93 0.45
Hex 8 12 DD 60 5C 0 D ED 5D 2D
Octal 10 22 335 140 134 0 15 355 135 55
Binary 1000 10010 11011101 1100000 1011100 0 1101 11101101 1011101 101101

Color Harmonies of #0812DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0812DD

Black with #0812DD

Text Example


Text Example

White with #0812DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0812DD; }

 p { color: rgb(8,18,221); }

 H1.HeaderClassName
 {
   color: #0812DD;
 }
 .AnyTagClassName
 {
   color: #0812DD;
 }
</style>

background-color css

<style>
 a { background-color: #0812DD; }

 a { background-color: rgb(8,18,221); }

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

border-color css

<style>
 span { border-color: #0812DD; }

 span { border-color: rgb(8,18,221); }

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