Html Css Color HEX #0807CC Medium Blue

📋 copy color: '#0807CC'

red 8 ◦ green 7 ◦ blue 204

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

Shades of Medium Blue #0807CC

Tints of Medium Blue #0807CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 93.15%

R = 3.65%
G = 3.2%
B = 93.15%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0807CC (or 0x0807CC) is known color: Medium Blue. HEX triplet: 08, 07 and CC. RGB value is (8,7,204). Sum of RGB (Red+Green+Blue) = 8+7+204=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 204 (80.08% from 255 or 93.15% from 219); Max value from RGB is 204 - color contains mainly: blue. Hex color #0807CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0807CC is #F7F833. Grayscale: #1C1C1C. Windows color (decimal): -16250932 or 13371144. OLE color: 13371144.

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

Color convert

RGB 8 7 204 -
CMYK 0.96 0.97 0 0.2
HSL 240.3º 0.93% 0.41% -
HSV(B) 240.3º 0.97% 0.8% -
XYZ 11.08 4.56 57.42 -
YUV 29.76 226.33 112.48 -
System Red Green Blue C M Y K H S L
Decimal 8 7 204 0.96 0.97 0 0.2 240.3 0.93 0.41
Hex 8 7 CC 60 61 0 14 F0 5D 29
Octal 10 7 314 140 141 0 24 360 135 51
Binary 1000 111 11001100 1100000 1100001 0 10100 11110000 1011101 101001

Color Harmonies of #0807CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0807CC

Black with #0807CC

Text Example


Text Example

White with #0807CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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