Html Css Color HEX #2449EA Royal Blue

📋 copy color: '#2449EA'

red 36 ◦ green 73 ◦ blue 234

#2449EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #2449EA

Tints of Royal Blue #2449EA

RGB

 RED value IS 36 (14.45% from 255) = 10.5%

 GREEN value IS 73 (28.91% from 255) = 21.28%

 BLUE value IS 234 (91.8% from 255) = 68.22%

R = 10.5%
G = 21.28%
B = 68.22%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2449EA (or 0x2449EA) is known color: 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

RGB 36 73 234 -
CMYK 0.85 0.69 0 0.08
HSL 228.79º 0.83% 0.53% -
HSV(B) 228.79º 0.85% 0.92% -
XYZ 17.96 11.08 79.03 -
YUV 80.29 214.74 96.41 -
System Red Green Blue C M Y K H S L
Decimal 36 73 234 0.85 0.69 0 0.08 228.79 0.83 0.53
Hex 24 49 EA 55 45 0 8 E5 52 35
Octal 44 111 352 125 105 0 10 345 122 65
Binary 100100 1001001 11101010 1010101 1000101 0 1000 11100101 1010010 110101

Color Harmonies of #2449EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2449EA

Black with #2449EA

Text Example


Text Example

White with #2449EA

Text Example


Text Example

HTML Codes & Css Web 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>