Html Css Color HEX #1551FA Royal Blue

📋 copy color: '#1551FA'

red 21 ◦ green 81 ◦ blue 250

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

Shades of Royal Blue #1551FA

Tints of Royal Blue #1551FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.02%

R = 5.97%
G = 23.01%
B = 71.02%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1551FA (or 0x1551FA) is known color: Royal Blue. HEX triplet: 15, 51 and FA. RGB value is (21,81,250). Sum of RGB (Red+Green+Blue) = 21+81+250=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 250 (98.05% from 255 or 71.02% from 352); Max value from RGB is 250 - color contains mainly: blue. Hex color #1551FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1551FA is #EAAE05. Grayscale: #515151. Windows color (decimal): -15379974 or 16404757. OLE color: 16404757.

HSL color Cylindrical-coordinate representation of color #1551FA: hue angle of 224.28º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1551FA is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 81 250 -
CMYK 0.92 0.68 0 0.02
HSL 224.28º 0.96% 0.53% -
HSV(B) 224.28º 0.92% 0.98% -
XYZ 20.51 12.95 91.86 -
YUV 82.33 222.62 84.26 -
System Red Green Blue C M Y K H S L
Decimal 21 81 250 0.92 0.68 0 0.02 224.28 0.96 0.53
Hex 15 51 FA 5C 44 0 2 E0 60 35
Octal 25 121 372 134 104 0 2 340 140 65
Binary 10101 1010001 11111010 1011100 1000100 0 10 11100000 1100000 110101

Color Harmonies of #1551FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1551FA

Black with #1551FA

Text Example


Text Example

White with #1551FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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