#1924EA

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

Shades of Blue #1924EA

Tints of Blue #1924EA

Color information

#1924EA (or 0x1924EA) is unknown color: approx Blue. HEX triplet: 19, 24 and EA. RGB value is (25,36,234). Sum of RGB (Red+Green+Blue) = 25+36+234=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 234 (91.80% from 255 or 79.32% from 295); Max value from RGB is 234 - color contains mainly: blue. Hex color #1924EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1924EA is #E6DB15. Grayscale: #363636. Windows color (decimal): -15129366 or 15344665. OLE color: 15344665.

HSL color Cylindrical-coordinate representation of color #1924EA: hue angle of 236.84º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1924EA is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2536234-
CMYK0.890.8500.08
HSL236.84º83.27%50.78%-
HSV(B)236.84º89.32%91.76%-
XYZ15.887.4178.43-
YUV55.28228.86106.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.47%
GREEN value IS 36 (14.45% from 255) = 12.20%
BLUE value IS 234 (91.80% from 255) = 79.32%
R=8.47%
G=12.20%
B=79.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal25362340.890.8500.08236.8483.2750.78
Hex1924EA595508ed5333
Octal314435213112501035512363
Binary11001100100111010101011001101010101000111011011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1924EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1924EA; }

 p { color: rgb(25,36,234); }

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

<style>
 a { background-color: #1924EA; }

 a { background-color: rgb(25,36,234); }

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

<style>
 span { border-color: #1924EA; }

 span { border-color: rgb(25,36,234); }

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