#0002CC

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

Shades of Medium Blue #0002CC

Tints of Medium Blue #0002CC

Color information

#0002CC (or 0x0002CC) is unknown color: approx Medium Blue. HEX triplet: 00, 02 and CC. RGB value is (0,2,204). Sum of RGB (Red+Green+Blue) = 0+2+204=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 204 (80.08% from 255 or 99.03% from 206); Max value from RGB is 204 - color contains mainly: blue. Hex color #0002CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0002CC is #FFFD33. Grayscale: #171717. Windows color (decimal): -16776500 or 13369856. OLE color: 13369856.

HSL color Cylindrical-coordinate representation of color #0002CC: hue angle of 239.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0002CC is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB02204-
CMYK10.9900.2
HSL239.41º100%40%-
HSV(B)239.41º100%80%-
XYZ10.924.457.4-
YUV24.43229.34110.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 204 (80.08% from 255) = 99.03%
R=0%
G=0.97%
B=99.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal0220410.9900.2239.4110040
Hex02CC6463014ef6428
Octal0231414414302435714450
Binary0101100110011001001100011010100111011111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0002CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,2,204); }

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

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

 a { background-color: rgb(0,2,204); }

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

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

 span { border-color: rgb(0,2,204); }

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