Html Css Color HEX #1550FD Royal Blue

📋 copy color: '#1550FD'

red 21 ◦ green 80 ◦ blue 253

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

Shades of Royal Blue #1550FD

Tints of Royal Blue #1550FD

RGB

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

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

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

R = 5.93%
G = 22.6%
B = 71.47%

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

#1550FD (or 0x1550FD) is known color: Royal Blue. HEX triplet: 15, 50 and FD. RGB value is (21,80,253). Sum of RGB (Red+Green+Blue) = 21+80+253=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 253 (99.22% from 255 or 71.47% from 354); Max value from RGB is 253 - color contains mainly: blue. Hex color #1550FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1550FD is #EAAF02. Grayscale: #515151. Windows color (decimal): -15380227 or 16601109. OLE color: 16601109.

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

Color convert

RGB 21 80 253 -
CMYK 0.92 0.68 0 0.01
HSL 224.74º 0.98% 0.54% -
HSV(B) 224.74º 0.92% 0.99% -
XYZ 20.91 12.99 94.33 -
YUV 82.08 224.45 84.43 -
System Red Green Blue C M Y K H S L
Decimal 21 80 253 0.92 0.68 0 0.01 224.74 0.98 0.54
Hex 15 50 FD 5C 44 0 1 E1 62 36
Octal 25 120 375 134 104 0 1 341 142 66
Binary 10101 1010000 11111101 1011100 1000100 0 1 11100001 1100010 110110

Color Harmonies of #1550FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1550FD

Black with #1550FD

Text Example


Text Example

White with #1550FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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