Html Css Color HEX #1C55EB Royal Blue

📋 copy color: '#1C55EB'

red 28 ◦ green 85 ◦ blue 235

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

Shades of Royal Blue #1C55EB

Tints of Royal Blue #1C55EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.43%

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

R = 8.05%
G = 24.43%
B = 67.53%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1C55EB (or 0x1C55EB) is known color: Royal Blue. HEX triplet: 1C, 55 and EB. RGB value is (28,85,235). Sum of RGB (Red+Green+Blue) = 28+85+235=348 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.05% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C55EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C55EB is #E3AA14. Grayscale: #545454. Windows color (decimal): -14920213 or 15422748. OLE color: 15422748.

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

Color convert

RGB 28 85 235 -
CMYK 0.88 0.64 0 0.08
HSL 223.48º 0.84% 0.52% -
HSV(B) 223.48º 0.88% 0.92% -
XYZ 18.72 12.74 80.07 -
YUV 85.06 212.62 87.3 -
System Red Green Blue C M Y K H S L
Decimal 28 85 235 0.88 0.64 0 0.08 223.48 0.84 0.52
Hex 1C 55 EB 58 40 0 8 DF 54 34
Octal 34 125 353 130 100 0 10 337 124 64
Binary 11100 1010101 11101011 1011000 1000000 0 1000 11011111 1010100 110100

Color Harmonies of #1C55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C55EB

Black with #1C55EB

Text Example


Text Example

White with #1C55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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