Html Css Color HEX #0807D0 Medium Blue

📋 copy color: '#0807D0'

red 8 ◦ green 7 ◦ blue 208

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

Shades of Medium Blue #0807D0

Tints of Medium Blue #0807D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 93.27%

R = 3.59%
G = 3.14%
B = 93.27%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0807D0 (or 0x0807D0) is known color: Medium Blue. HEX triplet: 08, 07 and D0. RGB value is (8,7,208). Sum of RGB (Red+Green+Blue) = 8+7+208=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 208 (81.64% from 255 or 93.27% from 223); Max value from RGB is 208 - color contains mainly: blue. Hex color #0807D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0807D0 is #F7F82F. Grayscale: #1D1D1D. Windows color (decimal): -16250928 or 13633288. OLE color: 13633288.

HSL color Cylindrical-coordinate representation of color #0807D0: hue angle of 240.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0807D0 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 8 7 208 -
CMYK 0.96 0.97 0 0.18
HSL 240.3º 0.93% 0.42% -
HSV(B) 240.3º 0.97% 0.82% -
XYZ 11.56 4.76 59.98 -
YUV 30.21 228.33 112.16 -
System Red Green Blue C M Y K H S L
Decimal 8 7 208 0.96 0.97 0 0.18 240.3 0.93 0.42
Hex 8 7 D0 60 61 0 12 F0 5D 2A
Octal 10 7 320 140 141 0 22 360 135 52
Binary 1000 111 11010000 1100000 1100001 0 10010 11110000 1011101 101010

Color Harmonies of #0807D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0807D0

Black with #0807D0

Text Example


Text Example

White with #0807D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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