Html Css Color HEX #1551FD Royal Blue

📋 copy color: '#1551FD'

red 21 ◦ green 81 ◦ blue 253

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

Shades of Royal Blue #1551FD

Tints of Royal Blue #1551FD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.82%

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

R = 5.92%
G = 22.82%
B = 71.27%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1551FD (or 0x1551FD) is known color: Royal Blue. HEX triplet: 15, 51 and FD. RGB value is (21,81,253). Sum of RGB (Red+Green+Blue) = 21+81+253=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #1551FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1551FD is #EAAE02. Grayscale: #515151. Windows color (decimal): -15379971 or 16601365. OLE color: 16601365.

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

Color convert

RGB 21 81 253 -
CMYK 0.92 0.68 0 0.01
HSL 224.48º 0.98% 0.54% -
HSV(B) 224.48º 0.92% 0.99% -
XYZ 20.98 13.14 94.36 -
YUV 82.67 224.12 84.01 -
System Red Green Blue C M Y K H S L
Decimal 21 81 253 0.92 0.68 0 0.01 224.48 0.98 0.54
Hex 15 51 FD 5C 44 0 1 E0 62 36
Octal 25 121 375 134 104 0 1 340 142 66
Binary 10101 1010001 11111101 1011100 1000100 0 1 11100000 1100010 110110

Color Harmonies of #1551FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1551FD

Black with #1551FD

Text Example


Text Example

White with #1551FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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