Html Css Color HEX #1C53EB Royal Blue

📋 copy color: '#1C53EB'

red 28 ◦ green 83 ◦ blue 235

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

Shades of Royal Blue #1C53EB

Tints of Royal Blue #1C53EB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.99%

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

R = 8.09%
G = 23.99%
B = 67.92%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1C53EB (or 0x1C53EB) is known color: Royal Blue. HEX triplet: 1C, 53 and EB. RGB value is (28,83,235). Sum of RGB (Red+Green+Blue) = 28+83+235=346 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.09% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C53EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C53EB is #E3AC14. Grayscale: #535353. Windows color (decimal): -14920725 or 15422236. OLE color: 15422236.

HSL color Cylindrical-coordinate representation of color #1C53EB: hue angle of 224.06º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C53EB is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 83 235 -
CMYK 0.88 0.65 0 0.08
HSL 224.06º 0.84% 0.52% -
HSV(B) 224.06º 0.88% 0.92% -
XYZ 18.57 12.43 80.02 -
YUV 83.88 213.28 88.14 -
System Red Green Blue C M Y K H S L
Decimal 28 83 235 0.88 0.65 0 0.08 224.06 0.84 0.52
Hex 1C 53 EB 58 41 0 8 E0 54 34
Octal 34 123 353 130 101 0 10 340 124 64
Binary 11100 1010011 11101011 1011000 1000001 0 1000 11100000 1010100 110100

Color Harmonies of #1C53EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C53EB

Black with #1C53EB

Text Example


Text Example

White with #1C53EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,83,235); }

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

background-color css

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

 a { background-color: rgb(28,83,235); }

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

border-color css

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

 span { border-color: rgb(28,83,235); }

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