Html Css Color HEX #1C48F4 Royal Blue

📋 copy color: '#1C48F4'

red 28 ◦ green 72 ◦ blue 244

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

Shades of Royal Blue #1C48F4

Tints of Royal Blue #1C48F4

RGB

 RED value IS 28 (11.33% from 255) = 8.14%

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

 BLUE value IS 244 (95.7% from 255) = 70.93%

R = 8.14%
G = 20.93%
B = 70.93%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1C48F4 (or 0x1C48F4) is known color: Royal Blue. HEX triplet: 1C, 48 and F4. RGB value is (28,72,244). Sum of RGB (Red+Green+Blue) = 28+72+244=344 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.14% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 244 (95.70% from 255 or 70.93% from 344); Max value from RGB is 244 - color contains mainly: blue. Hex color #1C48F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C48F4 is #E3B70B. Grayscale: #4D4D4D. Windows color (decimal): -14923532 or 16009244. OLE color: 16009244.

HSL color Cylindrical-coordinate representation of color #1C48F4: hue angle of 227.78º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C48F4 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 28 72 244 -
CMYK 0.89 0.70 0 0.04
HSL 227.78º 0.91% 0.53% -
HSV(B) 227.78º 0.89% 0.96% -
XYZ 19.13 11.41 86.78 -
YUV 78.45 221.42 92.01 -
System Red Green Blue C M Y K H S L
Decimal 28 72 244 0.89 0.70 0 0.04 227.78 0.91 0.53
Hex 1C 48 F4 59 46 0 4 E4 5B 35
Octal 34 110 364 131 106 0 4 344 133 65
Binary 11100 1001000 11110100 1011001 1000110 0 100 11100100 1011011 110101

Color Harmonies of #1C48F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C48F4

Black with #1C48F4

Text Example


Text Example

White with #1C48F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C48F4; }

 p { color: rgb(28,72,244); }

 H1.HeaderClassName
 {
   color: #1C48F4;
 }
 .AnyTagClassName
 {
   color: #1C48F4;
 }
</style>

background-color css

<style>
 a { background-color: #1C48F4; }

 a { background-color: rgb(28,72,244); }

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

border-color css

<style>
 span { border-color: #1C48F4; }

 span { border-color: rgb(28,72,244); }

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