Html Css Color HEX #1556FD Royal Blue

📋 copy color: '#1556FD'

red 21 ◦ green 86 ◦ blue 253

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

Shades of Royal Blue #1556FD

Tints of Royal Blue #1556FD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.89%

 BLUE value IS 253 (99.22% from 255) = 70.28%

R = 5.83%
G = 23.89%
B = 70.28%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1556FD (or 0x1556FD) is known color: Royal Blue. HEX triplet: 15, 56 and FD. RGB value is (21,86,253). Sum of RGB (Red+Green+Blue) = 21+86+253=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 253 (99.22% from 255 or 70.28% from 360); Max value from RGB is 253 - color contains mainly: blue. Hex color #1556FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1556FD is #EAA902. Grayscale: #545454. Windows color (decimal): -15378691 or 16602645. OLE color: 16602645.

HSL color Cylindrical-coordinate representation of color #1556FD: hue angle of 223.19º degrees, saturation: 0.98, 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 #1556FD is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 86 253 -
CMYK 0.92 0.66 0 0.01
HSL 223.19º 0.98% 0.54% -
HSV(B) 223.19º 0.92% 0.99% -
XYZ 21.37 13.91 94.49 -
YUV 85.6 222.47 81.92 -
System Red Green Blue C M Y K H S L
Decimal 21 86 253 0.92 0.66 0 0.01 223.19 0.98 0.54
Hex 15 56 FD 5C 42 0 1 DF 62 36
Octal 25 126 375 134 102 0 1 337 142 66
Binary 10101 1010110 11111101 1011100 1000010 0 1 11011111 1100010 110110

Color Harmonies of #1556FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1556FD

Black with #1556FD

Text Example


Text Example

White with #1556FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1556FD; }

 p { color: rgb(21,86,253); }

 H1.HeaderClassName
 {
   color: #1556FD;
 }
 .AnyTagClassName
 {
   color: #1556FD;
 }
</style>

background-color css

<style>
 a { background-color: #1556FD; }

 a { background-color: rgb(21,86,253); }

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

border-color css

<style>
 span { border-color: #1556FD; }

 span { border-color: rgb(21,86,253); }

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