#0908CF

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

Shades of Medium Blue #0908CF

Tints of Medium Blue #0908CF

Color information

#0908CF (or 0x0908CF) is unknown color: approx Medium Blue. HEX triplet: 09, 08 and CF. RGB value is (9,8,207). Sum of RGB (Red+Green+Blue) = 9+8+207=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 207 (81.25% from 255 or 92.41% from 224); Max value from RGB is 207 - color contains mainly: blue. Hex color #0908CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0908CF is #F6F730. Grayscale: #1E1E1E. Windows color (decimal): -16185137 or 13568009. OLE color: 13568009.

HSL color Cylindrical-coordinate representation of color #0908CF: hue angle of 240.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0908CF is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB98207-
CMYK0.960.9600.19
HSL240.3º92.56%42.16%-
HSV(B)240.3º96.14%81.18%-
XYZ11.464.7459.34-
YUV30.99227.33112.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.02%
GREEN value IS 8 (3.52% from 255) = 3.57%
BLUE value IS 207 (81.25% from 255) = 92.41%
R=4.02%
G=3.57%
B=92.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal982070.960.9600.19240.392.5642.16
Hex98CF6060013f05d2a
Octal111031714014002336013552
Binary100110001100111111000001100000010011111100001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0908CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0908CF; }

 p { color: rgb(9,8,207); }

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

<style>
 a { background-color: #0908CF; }

 a { background-color: rgb(9,8,207); }

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

<style>
 span { border-color: #0908CF; }

 span { border-color: rgb(9,8,207); }

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