Html Css Color HEX #1551FE Royal Blue

📋 copy color: '#1551FE'

red 21 ◦ green 81 ◦ blue 254

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

Shades of Royal Blue #1551FE

Tints of Royal Blue #1551FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 71.35%

R = 5.9%
G = 22.75%
B = 71.35%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1551FE (or 0x1551FE) is known color: Royal Blue. HEX triplet: 15, 51 and FE. RGB value is (21,81,254). Sum of RGB (Red+Green+Blue) = 21+81+254=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #1551FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1551FE is #EAAE01. Grayscale: #525252. Windows color (decimal): -15379970 or 16666901. OLE color: 16666901.

HSL color Cylindrical-coordinate representation of color #1551FE: hue angle of 224.55º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1551FE is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 21 81 254 -
CMYK 0.92 0.68 0 0.00
HSL 224.55º 0.99% 0.54% -
HSV(B) 224.55º 0.92% 1% -
XYZ 21.14 13.2 95.2 -
YUV 82.78 224.62 83.93 -
System Red Green Blue C M Y K H S L
Decimal 21 81 254 0.92 0.68 0 0.00 224.55 0.99 0.54
Hex 15 51 FE 5C 44 0 0 E1 63 36
Octal 25 121 376 134 104 0 0 341 143 66
Binary 10101 1010001 11111110 1011100 1000100 0 0 11100001 1100011 110110

Color Harmonies of #1551FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1551FE

Black with #1551FE

Text Example


Text Example

White with #1551FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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