Html Css Color HEX #0807D5 Medium Blue

📋 copy color: '#0807D5'

red 8 ◦ green 7 ◦ blue 213

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

Shades of Medium Blue #0807D5

Tints of Medium Blue #0807D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 93.42%

R = 3.51%
G = 3.07%
B = 93.42%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0807D5 (or 0x0807D5) is known color: Medium Blue. HEX triplet: 08, 07 and D5. RGB value is (8,7,213). Sum of RGB (Red+Green+Blue) = 8+7+213=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 213 (83.59% from 255 or 93.42% from 228); Max value from RGB is 213 - color contains mainly: blue. Hex color #0807D5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0807D5 is #F7F82A. Grayscale: #1D1D1D. Windows color (decimal): -16250923 or 13960968. OLE color: 13960968.

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

Color convert

RGB 8 7 213 -
CMYK 0.96 0.97 0 0.16
HSL 240.29º 0.94% 0.43% -
HSV(B) 240.29º 0.97% 0.84% -
XYZ 12.19 5.01 63.28 -
YUV 30.78 230.83 111.75 -
System Red Green Blue C M Y K H S L
Decimal 8 7 213 0.96 0.97 0 0.16 240.29 0.94 0.43
Hex 8 7 D5 60 61 0 10 F0 5E 2B
Octal 10 7 325 140 141 0 20 360 136 53
Binary 1000 111 11010101 1100000 1100001 0 10000 11110000 1011110 101011

Color Harmonies of #0807D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0807D5

Black with #0807D5

Text Example


Text Example

White with #0807D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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