Html Css Color HEX #0807DD Medium Blue

📋 copy color: '#0807DD'

red 8 ◦ green 7 ◦ blue 221

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

Shades of Medium Blue #0807DD

Tints of Medium Blue #0807DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 93.64%

R = 3.39%
G = 2.97%
B = 93.64%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0807DD (or 0x0807DD) is known color: Medium Blue. HEX triplet: 08, 07 and DD. RGB value is (8,7,221). Sum of RGB (Red+Green+Blue) = 8+7+221=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 221 (86.72% from 255 or 93.64% from 236); Max value from RGB is 221 - color contains mainly: blue. Hex color #0807DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0807DD is #F7F822. Grayscale: #1E1E1E. Windows color (decimal): -16250915 or 14485256. OLE color: 14485256.

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

Color convert

RGB 8 7 221 -
CMYK 0.96 0.97 0 0.13
HSL 240.28º 0.94% 0.45% -
HSV(B) 240.28º 0.97% 0.87% -
XYZ 13.23 5.42 68.76 -
YUV 31.7 234.83 111.1 -
System Red Green Blue C M Y K H S L
Decimal 8 7 221 0.96 0.97 0 0.13 240.28 0.94 0.45
Hex 8 7 DD 60 61 0 D F0 5E 2D
Octal 10 7 335 140 141 0 15 360 136 55
Binary 1000 111 11011101 1100000 1100001 0 1101 11110000 1011110 101101

Color Harmonies of #0807DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0807DD

Black with #0807DD

Text Example


Text Example

White with #0807DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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