#0823EC

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

Shades of Blue #0823EC

Tints of Blue #0823EC

Color information

#0823EC (or 0x0823EC) is unknown color: approx Blue. HEX triplet: 08, 23 and EC. RGB value is (8,35,236). Sum of RGB (Red+Green+Blue) = 8+35+236=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 236 (92.58% from 255 or 84.59% from 279); Max value from RGB is 236 - color contains mainly: blue. Hex color #0823EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0823EC is #F7DC13. Grayscale: #313131. Windows color (decimal): -16243732 or 15475464. OLE color: 15475464.

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

Color convert

RGB835236-
CMYK0.970.8500.07
HSL232.89º93.44%47.84%-
HSV(B)232.89º96.61%92.55%-
XYZ15.847.3179.93-
YUV49.84233.0598.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.87%
GREEN value IS 35 (14.06% from 255) = 12.54%
BLUE value IS 236 (92.58% from 255) = 84.59%
R=2.87%
G=12.54%
B=84.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal8352360.970.8500.07232.8993.4447.84
Hex823EC615507e95d30
Octal10433541411250735113560
Binary100010001111101100110000110101010111111010011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0823EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0823EC; }

 p { color: rgb(8,35,236); }

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

<style>
 a { background-color: #0823EC; }

 a { background-color: rgb(8,35,236); }

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

<style>
 span { border-color: #0823EC; }

 span { border-color: rgb(8,35,236); }

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