Html Css Color HEX #2449EB Royal Blue

📋 copy color: '#2449EB'

red 36 ◦ green 73 ◦ blue 235

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

Shades of Royal Blue #2449EB

Tints of Royal Blue #2449EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 68.31%

R = 10.47%
G = 21.22%
B = 68.31%

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

#2449EB (or 0x2449EB) is known color: Royal Blue. HEX triplet: 24, 49 and EB. RGB value is (36,73,235). Sum of RGB (Red+Green+Blue) = 36+73+235=344 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.47% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 235 (92.19% from 255 or 68.31% from 344); Max value from RGB is 235 - color contains mainly: blue. Hex color #2449EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2449EB is #DBB614. Grayscale: #4F4F4F. Windows color (decimal): -14398997 or 15419684. OLE color: 15419684.

HSL color Cylindrical-coordinate representation of color #2449EB: hue angle of 228.84º degrees, saturation: 0.83, 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 #2449EB is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 73 235 -
CMYK 0.85 0.69 0 0.08
HSL 228.84º 0.83% 0.53% -
HSV(B) 228.84º 0.85% 0.92% -
XYZ 18.11 11.14 79.79 -
YUV 80.41 215.24 96.33 -
System Red Green Blue C M Y K H S L
Decimal 36 73 235 0.85 0.69 0 0.08 228.84 0.83 0.53
Hex 24 49 EB 55 45 0 8 E5 53 35
Octal 44 111 353 125 105 0 10 345 123 65
Binary 100100 1001001 11101011 1010101 1000101 0 1000 11100101 1010011 110101

Color Harmonies of #2449EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2449EB

Black with #2449EB

Text Example


Text Example

White with #2449EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2449EB;
 }
 .AnyTagClassName
 {
   color: #2449EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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