Html Css Color HEX #2448EC Royal Blue

📋 copy color: '#2448EC'

red 36 ◦ green 72 ◦ blue 236

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

Shades of Royal Blue #2448EC

Tints of Royal Blue #2448EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 68.6%

R = 10.47%
G = 20.93%
B = 68.6%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2448EC (or 0x2448EC) is known color: Royal Blue. HEX triplet: 24, 48 and EC. RGB value is (36,72,236). Sum of RGB (Red+Green+Blue) = 36+72+236=344 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.47% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 236 (92.58% from 255 or 68.60% from 344); Max value from RGB is 236 - color contains mainly: blue. Hex color #2448EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2448EC is #DBB713. Grayscale: #4F4F4F. Windows color (decimal): -14399252 or 15484964. OLE color: 15484964.

HSL color Cylindrical-coordinate representation of color #2448EC: hue angle of 229.2º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2448EC is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 72 236 -
CMYK 0.85 0.69 0 0.07
HSL 229.2º 0.84% 0.53% -
HSV(B) 229.2º 0.85% 0.93% -
XYZ 18.19 11.07 80.53 -
YUV 79.93 216.07 96.66 -
System Red Green Blue C M Y K H S L
Decimal 36 72 236 0.85 0.69 0 0.07 229.2 0.84 0.53
Hex 24 48 EC 55 45 0 7 E5 54 35
Octal 44 110 354 125 105 0 7 345 124 65
Binary 100100 1001000 11101100 1010101 1000101 0 111 11100101 1010100 110101

Color Harmonies of #2448EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2448EC

Black with #2448EC

Text Example


Text Example

White with #2448EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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