Html Css Color HEX #1553FE Royal Blue

📋 copy color: '#1553FE'

red 21 ◦ green 83 ◦ blue 254

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

Shades of Royal Blue #1553FE

Tints of Royal Blue #1553FE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.18%

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

R = 5.87%
G = 23.18%
B = 70.95%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1553FE (or 0x1553FE) is known color: Royal Blue. HEX triplet: 15, 53 and FE. RGB value is (21,83,254). Sum of RGB (Red+Green+Blue) = 21+83+254=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #1553FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1553FE is #EAAC01. Grayscale: #535353. Windows color (decimal): -15379458 or 16667413. OLE color: 16667413.

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

Color convert

RGB 21 83 254 -
CMYK 0.92 0.67 0 0.00
HSL 224.03º 0.99% 0.54% -
HSV(B) 224.03º 0.92% 1% -
XYZ 21.29 13.5 95.25 -
YUV 83.96 223.96 83.1 -
System Red Green Blue C M Y K H S L
Decimal 21 83 254 0.92 0.67 0 0.00 224.03 0.99 0.54
Hex 15 53 FE 5C 43 0 0 E0 63 36
Octal 25 123 376 134 103 0 0 340 143 66
Binary 10101 1010011 11111110 1011100 1000011 0 0 11100000 1100011 110110

Color Harmonies of #1553FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1553FE

Black with #1553FE

Text Example


Text Example

White with #1553FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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