Html Css Color HEX #0800DD Medium Blue

📋 copy color: '#0800DD'

red 8 ◦ green 0 ◦ blue 221

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

Shades of Medium Blue #0800DD

Tints of Medium Blue #0800DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 3.49%
G = 0%
B = 96.51%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0800DD (or 0x0800DD) is known color: Medium Blue. HEX triplet: 08, 00 and DD. RGB value is (8,0,221). Sum of RGB (Red+Green+Blue) = 8+0+221=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 221 (86.72% from 255 or 96.51% from 229); Max value from RGB is 221 - color contains mainly: blue. Hex color #0800DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0800DD is #F7FF22. Grayscale: #1A1A1A. Windows color (decimal): -16252707 or 14483464. OLE color: 14483464.

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

Color convert

RGB 8 0 221 -
CMYK 0.96 1 0 0.13
HSL 242.17º 1% 0.43% -
HSV(B) 242.17º 1% 0.87% -
XYZ 13.15 5.27 68.73 -
YUV 27.59 237.15 114.03 -
System Red Green Blue C M Y K H S L
Decimal 8 0 221 0.96 1 0 0.13 242.17 1 0.43
Hex 8 0 DD 60 64 0 D F2 64 2B
Octal 10 0 335 140 144 0 15 362 144 53
Binary 1000 0 11011101 1100000 1100100 0 1101 11110010 1100100 101011

Color Harmonies of #0800DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0800DD

Black with #0800DD

Text Example


Text Example

White with #0800DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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