#0905EE

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

Shades of Blue #0905EE

Tints of Blue #0905EE

Color information

#0905EE (or 0x0905EE) is unknown color: approx Blue. HEX triplet: 09, 05 and EE. RGB value is (9,5,238). Sum of RGB (Red+Green+Blue) = 9+5+238=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 238 (93.36% from 255 or 94.44% from 252); Max value from RGB is 238 - color contains mainly: blue. Hex color #0905EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0905EE is #F6FA11. Grayscale: #1F1F1F. Windows color (decimal): -16185874 or 15598857. OLE color: 15598857.

HSL color Cylindrical-coordinate representation of color #0905EE: hue angle of 241.03º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0905EE is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB95238-
CMYK0.960.9800.07
HSL241.03º95.88%47.65%-
HSV(B)241.03º97.9%93.33%-
XYZ15.66.3481.29-
YUV32.76243.83111.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.57%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 238 (93.36% from 255) = 94.44%
R=3.57%
G=1.98%
B=94.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal952380.960.9800.07241.0395.8847.65
Hex95EE606207f16030
Octal1153561401420736114060
Binary100110111101110110000011000100111111100011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0905EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0905EE; }

 p { color: rgb(9,5,238); }

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

<style>
 a { background-color: #0905EE; }

 a { background-color: rgb(9,5,238); }

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

<style>
 span { border-color: #0905EE; }

 span { border-color: rgb(9,5,238); }

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