Html Css Color HEX #1554FD Royal Blue

📋 copy color: '#1554FD'

red 21 ◦ green 84 ◦ blue 253

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

Shades of Royal Blue #1554FD

Tints of Royal Blue #1554FD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.46%

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

R = 5.87%
G = 23.46%
B = 70.67%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1554FD (or 0x1554FD) is known color: Royal Blue. HEX triplet: 15, 54 and FD. RGB value is (21,84,253). Sum of RGB (Red+Green+Blue) = 21+84+253=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #1554FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1554FD is #EAAB02. Grayscale: #535353. Windows color (decimal): -15379203 or 16602133. OLE color: 16602133.

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

Color convert

RGB 21 84 253 -
CMYK 0.92 0.67 0 0.01
HSL 223.71º 0.98% 0.54% -
HSV(B) 223.71º 0.92% 0.99% -
XYZ 21.21 13.59 94.43 -
YUV 84.43 223.13 82.76 -
System Red Green Blue C M Y K H S L
Decimal 21 84 253 0.92 0.67 0 0.01 223.71 0.98 0.54
Hex 15 54 FD 5C 43 0 1 E0 62 36
Octal 25 124 375 134 103 0 1 340 142 66
Binary 10101 1010100 11111101 1011100 1000011 0 1 11100000 1100010 110110

Color Harmonies of #1554FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1554FD

Black with #1554FD

Text Example


Text Example

White with #1554FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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