Html Css Color HEX #1550FE Royal Blue

📋 copy color: '#1550FE'

red 21 ◦ green 80 ◦ blue 254

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

Shades of Royal Blue #1550FE

Tints of Royal Blue #1550FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.54%

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

R = 5.92%
G = 22.54%
B = 71.55%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1550FE (or 0x1550FE) is known color: Royal Blue. HEX triplet: 15, 50 and FE. RGB value is (21,80,254). Sum of RGB (Red+Green+Blue) = 21+80+254=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #1550FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1550FE is #EAAF01. Grayscale: #515151. Windows color (decimal): -15380226 or 16666645. OLE color: 16666645.

HSL color Cylindrical-coordinate representation of color #1550FE: hue angle of 224.81º 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 #1550FE is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 21 80 254 -
CMYK 0.92 0.69 0 0.00
HSL 224.81º 0.99% 0.54% -
HSV(B) 224.81º 0.92% 1% -
XYZ 21.07 13.05 95.17 -
YUV 82.2 224.95 84.35 -
System Red Green Blue C M Y K H S L
Decimal 21 80 254 0.92 0.69 0 0.00 224.81 0.99 0.54
Hex 15 50 FE 5C 45 0 0 E1 63 36
Octal 25 120 376 134 105 0 0 341 143 66
Binary 10101 1010000 11111110 1011100 1000101 0 0 11100001 1100011 110110

Color Harmonies of #1550FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1550FE

Black with #1550FE

Text Example


Text Example

White with #1550FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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