#0C23EE

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

Shades of Blue #0C23EE

Tints of Blue #0C23EE

Color information

#0C23EE (or 0x0C23EE) is unknown color: approx Blue. HEX triplet: 0C, 23 and EE. RGB value is (12,35,238). Sum of RGB (Red+Green+Blue) = 12+35+238=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 238 (93.36% from 255 or 83.51% from 285); Max value from RGB is 238 - color contains mainly: blue. Hex color #0C23EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C23EE is #F3DC11. Grayscale: #323232. Windows color (decimal): -15981586 or 15606540. OLE color: 15606540.

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

Color convert

RGB1235238-
CMYK0.950.8500.07
HSL233.89º90.4%49.02%-
HSV(B)233.89º94.96%93.33%-
XYZ16.197.4581.47-
YUV51.26233.3899.99-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.21%
GREEN value IS 35 (14.06% from 255) = 12.28%
BLUE value IS 238 (93.36% from 255) = 83.51%
R=4.21%
G=12.28%
B=83.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal12352380.950.8500.07233.8990.449.02
HexC23EE5F5507ea5a31
Octal14433561371250735213261
Binary110010001111101110101111110101010111111010101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C23EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C23EE; }

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

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

<style>
 a { background-color: #0C23EE; }

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

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

<style>
 span { border-color: #0C23EE; }

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

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