#0923EE

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

Shades of Blue #0923EE

Tints of Blue #0923EE

Color information

#0923EE (or 0x0923EE) is unknown color: approx Blue. HEX triplet: 09, 23 and EE. RGB value is (9,35,238). Sum of RGB (Red+Green+Blue) = 9+35+238=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 238 (93.36% from 255 or 84.40% from 282); Max value from RGB is 238 - color contains mainly: blue. Hex color #0923EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0923EE is #F6DC11. Grayscale: #313131. Windows color (decimal): -16178194 or 15606537. OLE color: 15606537.

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

Color convert

RGB935238-
CMYK0.960.8500.07
HSL233.19º92.71%48.43%-
HSV(B)233.19º96.22%93.33%-
XYZ16.157.4381.47-
YUV50.37233.8998.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.19%
GREEN value IS 35 (14.06% from 255) = 12.41%
BLUE value IS 238 (93.36% from 255) = 84.40%
R=3.19%
G=12.41%
B=84.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal9352380.960.8500.07233.1992.7148.43
Hex923EE605507e95d30
Octal11433561401250735113560
Binary100110001111101110110000010101010111111010011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0923EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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