Html Css Color HEX #0800DB Medium Blue

📋 copy color: '#0800DB'

red 8 ◦ green 0 ◦ blue 219

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

Shades of Medium Blue #0800DB

Tints of Medium Blue #0800DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 96.48%

R = 3.52%
G = 0%
B = 96.48%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0800DB (or 0x0800DB) is known color: Medium Blue. HEX triplet: 08, 00 and DB. RGB value is (8,0,219). Sum of RGB (Red+Green+Blue) = 8+0+219=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 219 (85.94% from 255 or 96.48% from 227); Max value from RGB is 219 - color contains mainly: blue. Hex color #0800DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0800DB is #F7FF24. Grayscale: #1A1A1A. Windows color (decimal): -16252709 or 14352392. OLE color: 14352392.

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

Color convert

RGB 8 0 219 -
CMYK 0.96 1 0 0.14
HSL 242.19º 1% 0.43% -
HSV(B) 242.19º 1% 0.86% -
XYZ 12.89 5.17 67.34 -
YUV 27.36 236.15 114.19 -
System Red Green Blue C M Y K H S L
Decimal 8 0 219 0.96 1 0 0.14 242.19 1 0.43
Hex 8 0 DB 60 64 0 E F2 64 2B
Octal 10 0 333 140 144 0 16 362 144 53
Binary 1000 0 11011011 1100000 1100100 0 1110 11110010 1100100 101011

Color Harmonies of #0800DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0800DB

Black with #0800DB

Text Example


Text Example

White with #0800DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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