Html Css Color HEX #1557FC Royal Blue

📋 copy color: '#1557FC'

red 21 ◦ green 87 ◦ blue 252

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

Shades of Royal Blue #1557FC

Tints of Royal Blue #1557FC

RGB

 RED value IS 21 (8.59% from 255) = 5.83%

 GREEN value IS 87 (34.38% from 255) = 24.17%

 BLUE value IS 252 (98.83% from 255) = 70%

R = 5.83%
G = 24.17%
B = 70%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1557FC (or 0x1557FC) is known color: Royal Blue. HEX triplet: 15, 57 and FC. RGB value is (21,87,252). Sum of RGB (Red+Green+Blue) = 21+87+252=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #1557FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1557FC is #EAA803. Grayscale: #555555. Windows color (decimal): -15378436 or 16537365. OLE color: 16537365.

HSL color Cylindrical-coordinate representation of color #1557FC: hue angle of 222.86º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1557FC is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 87 252 -
CMYK 0.92 0.65 0 0.01
HSL 222.86º 0.97% 0.54% -
HSV(B) 222.86º 0.92% 0.99% -
XYZ 21.29 14 93.68 -
YUV 86.08 221.63 81.58 -
System Red Green Blue C M Y K H S L
Decimal 21 87 252 0.92 0.65 0 0.01 222.86 0.97 0.54
Hex 15 57 FC 5C 41 0 1 DF 61 36
Octal 25 127 374 134 101 0 1 337 141 66
Binary 10101 1010111 11111100 1011100 1000001 0 1 11011111 1100001 110110

Color Harmonies of #1557FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1557FC

Black with #1557FC

Text Example


Text Example

White with #1557FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1557FC; }

 p { color: rgb(21,87,252); }

 H1.HeaderClassName
 {
   color: #1557FC;
 }
 .AnyTagClassName
 {
   color: #1557FC;
 }
</style>

background-color css

<style>
 a { background-color: #1557FC; }

 a { background-color: rgb(21,87,252); }

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

border-color css

<style>
 span { border-color: #1557FC; }

 span { border-color: rgb(21,87,252); }

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