Html Css Color HEX #1C5AEB Royal Blue

📋 copy color: '#1C5AEB'

red 28 ◦ green 90 ◦ blue 235

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

Shades of Royal Blue #1C5AEB

Tints of Royal Blue #1C5AEB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

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

R = 7.93%
G = 25.5%
B = 66.57%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1C5AEB (or 0x1C5AEB) is known color: Royal Blue. HEX triplet: 1C, 5A and EB. RGB value is (28,90,235). Sum of RGB (Red+Green+Blue) = 28+90+235=353 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.93% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C5AEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C5AEB is #E3A514. Grayscale: #575757. Windows color (decimal): -14918933 or 15424028. OLE color: 15424028.

HSL color Cylindrical-coordinate representation of color #1C5AEB: hue angle of 222.03º 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 #1C5AEB is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 90 235 -
CMYK 0.88 0.62 0 0.08
HSL 222.03º 0.84% 0.52% -
HSV(B) 222.03º 0.88% 0.92% -
XYZ 19.13 13.56 80.21 -
YUV 87.99 210.96 85.21 -
System Red Green Blue C M Y K H S L
Decimal 28 90 235 0.88 0.62 0 0.08 222.03 0.84 0.52
Hex 1C 5A EB 58 3E 0 8 DE 54 34
Octal 34 132 353 130 76 0 10 336 124 64
Binary 11100 1011010 11101011 1011000 111110 0 1000 11011110 1010100 110100

Color Harmonies of #1C5AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5AEB

Black with #1C5AEB

Text Example


Text Example

White with #1C5AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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