#2403EC

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

Shades of Blue #2403EC

Tints of Blue #2403EC

Color information

#2403EC (or 0x2403EC) is unknown color: approx Blue. HEX triplet: 24, 03 and EC. RGB value is (36,3,236). Sum of RGB (Red+Green+Blue) = 36+3+236=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 236 (92.58% from 255 or 85.82% from 275); Max value from RGB is 236 - color contains mainly: blue. Hex color #2403EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2403EC is #DBFC13. Grayscale: #262626. Windows color (decimal): -14416916 or 15467300. OLE color: 15467300.

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

Color convert

RGB363236-
CMYK0.850.9900.07
HSL248.5º97.49%46.86%-
HSV(B)248.5º98.73%92.55%-
XYZ15.96.579.77-
YUV39.43238.93125.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.09%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 236 (92.58% from 255) = 85.82%
R=13.09%
G=1.09%
B=85.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal3632360.850.9900.07248.597.4946.86
Hex243EC556307f8612f
Octal4433541251430737014157
Binary1001001111101100101010111000110111111110001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2403EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,3,236); }

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

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

 a { background-color: rgb(36,3,236); }

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

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

 span { border-color: rgb(36,3,236); }

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