#0204B8

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

Shades of Medium Blue #0204B8

Tints of Medium Blue #0204B8

Color information

#0204B8 (or 0x0204B8) is unknown color: approx Medium Blue. HEX triplet: 02, 04 and B8. RGB value is (2,4,184). Sum of RGB (Red+Green+Blue) = 2+4+184=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 184 (72.27% from 255 or 96.84% from 190); Max value from RGB is 184 - color contains mainly: blue. Hex color #0204B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0204B8 is #FDFB47. Grayscale: #171717. Windows color (decimal): -16644936 or 12059650. OLE color: 12059650.

HSL color Cylindrical-coordinate representation of color #0204B8: hue angle of 239.34º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0204B8 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB24184-
CMYK0.990.9800.28
HSL239.34º97.85%36.47%-
HSV(B)239.34º98.91%72.16%-
XYZ8.723.5645.58-
YUV23.92218.34112.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 184 (72.27% from 255) = 96.84%
R=1.05%
G=2.11%
B=96.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal241840.990.9800.28239.3497.8536.47
Hex24B8636201Cef6224
Octal2427014314203435714244
Binary101001011100011000111100010011100111011111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0204B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0204B8; }

 p { color: rgb(2,4,184); }

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

<style>
 a { background-color: #0204B8; }

 a { background-color: rgb(2,4,184); }

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

<style>
 span { border-color: #0204B8; }

 span { border-color: rgb(2,4,184); }

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