Html Css Color HEX #0815DD Medium Blue

📋 copy color: '#0815DD'

red 8 ◦ green 21 ◦ blue 221

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

Shades of Medium Blue #0815DD

Tints of Medium Blue #0815DD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.4%

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

R = 3.2%
G = 8.4%
B = 88.4%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0815DD (or 0x0815DD) is known color: Medium Blue. HEX triplet: 08, 15 and DD. RGB value is (8,21,221). Sum of RGB (Red+Green+Blue) = 8+21+221=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 221 (86.72% from 255 or 88.4% from 250); Max value from RGB is 221 - color contains mainly: blue. Hex color #0815DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0815DD is #F7EA22. Grayscale: #272727. Windows color (decimal): -16247331 or 14488840. OLE color: 14488840.

HSL color Cylindrical-coordinate representation of color #0815DD: hue angle of 236.34º 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 #0815DD is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 21 221 -
CMYK 0.96 0.90 0 0.13
HSL 236.34º 0.93% 0.45% -
HSV(B) 236.34º 0.96% 0.87% -
XYZ 13.42 5.81 68.82 -
YUV 39.91 230.19 105.24 -
System Red Green Blue C M Y K H S L
Decimal 8 21 221 0.96 0.90 0 0.13 236.34 0.93 0.45
Hex 8 15 DD 60 5A 0 D EC 5D 2D
Octal 10 25 335 140 132 0 15 354 135 55
Binary 1000 10101 11011101 1100000 1011010 0 1101 11101100 1011101 101101

Color Harmonies of #0815DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0815DD

Black with #0815DD

Text Example


Text Example

White with #0815DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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