#0223EF

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

Shades of Blue #0223EF

Tints of Blue #0223EF

Color information

#0223EF (or 0x0223EF) is unknown color: approx Blue. HEX triplet: 02, 23 and EF. RGB value is (2,35,239). Sum of RGB (Red+Green+Blue) = 2+35+239=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 239 (93.75% from 255 or 86.59% from 276); Max value from RGB is 239 - color contains mainly: blue. Hex color #0223EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0223EF is #FDDC10. Grayscale: #2F2F2F. Windows color (decimal): -16636945 or 15672066. OLE color: 15672066.

HSL color Cylindrical-coordinate representation of color #0223EF: hue angle of 231.65º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0223EF is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235239-
CMYK0.990.8500.06
HSL231.65º98.34%47.25%-
HSV(B)231.65º99.16%93.73%-
XYZ16.217.4582.24-
YUV48.39235.5794.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 35 (14.06% from 255) = 12.68%
BLUE value IS 239 (93.75% from 255) = 86.59%
R=0.72%
G=12.68%
B=86.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352390.990.8500.06231.6598.3447.25
Hex223EF635506e8622f
Octal2433571431250635014257
Binary1010001111101111110001110101010110111010001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0223EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0223EF; }

 p { color: rgb(2,35,239); }

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

<style>
 a { background-color: #0223EF; }

 a { background-color: rgb(2,35,239); }

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

<style>
 span { border-color: #0223EF; }

 span { border-color: rgb(2,35,239); }

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