#0902C8

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

Shades of Medium Blue #0902C8

Tints of Medium Blue #0902C8

Color information

#0902C8 (or 0x0902C8) is unknown color: approx Medium Blue. HEX triplet: 09, 02 and C8. RGB value is (9,2,200). Sum of RGB (Red+Green+Blue) = 9+2+200=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 200 (78.52% from 255 or 94.79% from 211); Max value from RGB is 200 - color contains mainly: blue. Hex color #0902C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0902C8 is #F6FD37. Grayscale: #191919. Windows color (decimal): -16186680 or 13107721. OLE color: 13107721.

HSL color Cylindrical-coordinate representation of color #0902C8: hue angle of 242.12º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0902C8 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB92200-
CMYK0.960.9900.22
HSL242.12º98.02%39.61%-
HSV(B)242.12º99%78.43%-
XYZ10.564.2754.91-
YUV26.66225.82115.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.27%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 200 (78.52% from 255) = 94.79%
R=4.27%
G=0.95%
B=94.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal922000.960.9900.22242.1298.0239.61
Hex92C86063016f26228
Octal11231014014302636214250
Binary1001101100100011000001100011010110111100101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0902C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0902C8; }

 p { color: rgb(9,2,200); }

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

<style>
 a { background-color: #0902C8; }

 a { background-color: rgb(9,2,200); }

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

<style>
 span { border-color: #0902C8; }

 span { border-color: rgb(9,2,200); }

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