Html Css Color HEX #1555FE Royal Blue

📋 copy color: '#1555FE'

red 21 ◦ green 85 ◦ blue 254

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

Shades of Royal Blue #1555FE

Tints of Royal Blue #1555FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.61%

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

R = 5.83%
G = 23.61%
B = 70.56%

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

#1555FE (or 0x1555FE) is known color: Royal Blue. HEX triplet: 15, 55 and FE. RGB value is (21,85,254). Sum of RGB (Red+Green+Blue) = 21+85+254=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #1555FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1555FE is #EAAA01. Grayscale: #545454. Windows color (decimal): -15378946 or 16667925. OLE color: 16667925.

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

Color convert

RGB 21 85 254 -
CMYK 0.92 0.67 0 0.00
HSL 223.52º 0.99% 0.54% -
HSV(B) 223.52º 0.92% 1% -
XYZ 21.45 13.81 95.3 -
YUV 85.13 223.3 82.26 -
System Red Green Blue C M Y K H S L
Decimal 21 85 254 0.92 0.67 0 0.00 223.52 0.99 0.54
Hex 15 55 FE 5C 43 0 0 E0 63 36
Octal 25 125 376 134 103 0 0 340 143 66
Binary 10101 1010101 11111110 1011100 1000011 0 0 11100000 1100011 110110

Color Harmonies of #1555FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1555FE

Black with #1555FE

Text Example


Text Example

White with #1555FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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