Html Css Color HEX #0807DB Medium Blue

📋 copy color: '#0807DB'

red 8 ◦ green 7 ◦ blue 219

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

Shades of Medium Blue #0807DB

Tints of Medium Blue #0807DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.99%

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

R = 3.42%
G = 2.99%
B = 93.59%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0807DB (or 0x0807DB) is known color: Medium Blue. HEX triplet: 08, 07 and DB. RGB value is (8,7,219). Sum of RGB (Red+Green+Blue) = 8+7+219=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 219 (85.94% from 255 or 93.59% from 234); Max value from RGB is 219 - color contains mainly: blue. Hex color #0807DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0807DB is #F7F824. Grayscale: #1E1E1E. Windows color (decimal): -16250917 or 14354184. OLE color: 14354184.

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

Color convert

RGB 8 7 219 -
CMYK 0.96 0.97 0 0.14
HSL 240.28º 0.94% 0.44% -
HSV(B) 240.28º 0.97% 0.86% -
XYZ 12.96 5.32 67.36 -
YUV 31.47 233.83 111.26 -
System Red Green Blue C M Y K H S L
Decimal 8 7 219 0.96 0.97 0 0.14 240.28 0.94 0.44
Hex 8 7 DB 60 61 0 E F0 5E 2C
Octal 10 7 333 140 141 0 16 360 136 54
Binary 1000 111 11011011 1100000 1100001 0 1110 11110000 1011110 101100

Color Harmonies of #0807DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0807DB

Black with #0807DB

Text Example


Text Example

White with #0807DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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