#2449EA

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

Shades of Royal Blue #2449EA

Tints of Royal Blue #2449EA

Color information

#2449EA (or 0x2449EA) is unknown color: approx Royal Blue. HEX triplet: 24, 49 and EA. RGB value is (36,73,234). Sum of RGB (Red+Green+Blue) = 36+73+234=343 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.50% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #2449EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2449EA is #DBB615. Grayscale: #4F4F4F. Windows color (decimal): -14398998 or 15354148. OLE color: 15354148.

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

Color convert

RGB3673234-
CMYK0.850.6900.08
HSL228.79º82.5%52.94%-
HSV(B)228.79º84.62%91.76%-
XYZ17.9611.0879.03-
YUV80.29214.7496.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.50%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 234 (91.80% from 255) = 68.22%
R=10.50%
G=21.28%
B=68.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal36732340.850.6900.08228.7982.552.94
Hex2449EA554508e55235
Octal4411135212510501034512265
Binary1001001001001111010101010101100010101000111001011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2449EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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