#0802BD

Color #0802BD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0802BD

Tints of Medium Blue #0802BD

Color information

#0802BD (or 0x0802BD) is unknown color: approx Medium Blue. HEX triplet: 08, 02 and BD. RGB value is (8,2,189). Sum of RGB (Red+Green+Blue) = 8+2+189=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 189 (74.22% from 255 or 94.97% from 199); Max value from RGB is 189 - color contains mainly: blue. Hex color #0802BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0802BD is #F7FD42. Grayscale: #181818. Windows color (decimal): -16252227 or 12386824. OLE color: 12386824.

HSL color Cylindrical-coordinate representation of color #0802BD: hue angle of 241.93º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0802BD is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB82189-
CMYK0.960.9900.26
HSL241.93º97.91%37.45%-
HSV(B)241.93º98.94%74.12%-
XYZ9.313.7748.38-
YUV25.11220.49115.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.02%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 189 (74.22% from 255) = 94.97%
R=4.02%
G=1.01%
B=94.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821890.960.9900.26241.9397.9137.45
Hex82BD606301Af26225
Octal10227514014303236214245
Binary1000101011110111000001100011011010111100101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0802BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0802BD; }

 p { color: rgb(8,2,189); }

 H1.HeaderClassName
 {
   color: #0802BD;
 }
 .AnyTagClassName
 {
   color: #0802BD;
 }
</style>
background-color css

<style>
 a { background-color: #0802BD; }

 a { background-color: rgb(8,2,189); }

 div.DivClassName
 {
   background-color: #0802BD;
 }
 .BgClassName
 {
   background-color: #0802BD;
 }
</style>
border-color css

<style>
 span { border-color: #0802BD; }

 span { border-color: rgb(8,2,189); }

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