Html Css Color HEX #0708DB Medium Blue

📋 copy color: '#0708DB'

red 7 ◦ green 8 ◦ blue 219

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

Shades of Medium Blue #0708DB

Tints of Medium Blue #0708DB

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0708DB (or 0x0708DB) is known color: Medium Blue. HEX triplet: 07, 08 and DB. RGB value is (7,8,219). Sum of RGB (Red+Green+Blue) = 7+8+219=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 8 (3.52% from 255 or 3.42% 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 #0708DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0708DB is #F8F724. Grayscale: #1E1E1E. Windows color (decimal): -16316197 or 14354439. OLE color: 14354439.

HSL color Cylindrical-coordinate representation of color #0708DB: hue angle of 239.72º 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 #0708DB is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

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

Color Harmonies of #0708DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0708DB

Black with #0708DB

Text Example


Text Example

White with #0708DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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