Html Css Color HEX #1555FA Royal Blue

📋 copy color: '#1555FA'

red 21 ◦ green 85 ◦ blue 250

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

Shades of Royal Blue #1555FA

Tints of Royal Blue #1555FA

RGB

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

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

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

R = 5.9%
G = 23.88%
B = 70.22%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1555FA (or 0x1555FA) is known color: Royal Blue. HEX triplet: 15, 55 and FA. RGB value is (21,85,250). Sum of RGB (Red+Green+Blue) = 21+85+250=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #1555FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1555FA is #EAAA05. Grayscale: #535353. Windows color (decimal): -15378950 or 16405781. OLE color: 16405781.

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

Color convert

RGB 21 85 250 -
CMYK 0.92 0.66 0 0.02
HSL 223.23º 0.96% 0.53% -
HSV(B) 223.23º 0.92% 0.98% -
XYZ 20.81 13.56 91.96 -
YUV 84.67 221.3 82.58 -
System Red Green Blue C M Y K H S L
Decimal 21 85 250 0.92 0.66 0 0.02 223.23 0.96 0.53
Hex 15 55 FA 5C 42 0 2 DF 60 35
Octal 25 125 372 134 102 0 2 337 140 65
Binary 10101 1010101 11111010 1011100 1000010 0 10 11011111 1100000 110101

Color Harmonies of #1555FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1555FA

Black with #1555FA

Text Example


Text Example

White with #1555FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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