Html Css Color HEX #2448EB Royal Blue

📋 copy color: '#2448EB'

red 36 ◦ green 72 ◦ blue 235

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

Shades of Royal Blue #2448EB

Tints of Royal Blue #2448EB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.99%

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

R = 10.5%
G = 20.99%
B = 68.51%

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

#2448EB (or 0x2448EB) is known color: Royal Blue. HEX triplet: 24, 48 and EB. RGB value is (36,72,235). Sum of RGB (Red+Green+Blue) = 36+72+235=343 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.50% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #2448EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2448EB is #DBB714. Grayscale: #4F4F4F. Windows color (decimal): -14399253 or 15419428. OLE color: 15419428.

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

Color convert

RGB 36 72 235 -
CMYK 0.85 0.69 0 0.08
HSL 229.15º 0.83% 0.53% -
HSV(B) 229.15º 0.85% 0.92% -
XYZ 18.04 11.01 79.77 -
YUV 79.82 215.57 96.75 -
System Red Green Blue C M Y K H S L
Decimal 36 72 235 0.85 0.69 0 0.08 229.15 0.83 0.53
Hex 24 48 EB 55 45 0 8 E5 53 35
Octal 44 110 353 125 105 0 10 345 123 65
Binary 100100 1001000 11101011 1010101 1000101 0 1000 11100101 1010011 110101

Color Harmonies of #2448EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2448EB

Black with #2448EB

Text Example


Text Example

White with #2448EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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