Html Css Color HEX #1558FB Royal Blue

📋 copy color: '#1558FB'

red 21 ◦ green 88 ◦ blue 251

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

Shades of Royal Blue #1558FB

Tints of Royal Blue #1558FB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.44%

 BLUE value IS 251 (98.44% from 255) = 69.72%

R = 5.83%
G = 24.44%
B = 69.72%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1558FB (or 0x1558FB) is known color: Royal Blue. HEX triplet: 15, 58 and FB. RGB value is (21,88,251). Sum of RGB (Red+Green+Blue) = 21+88+251=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 251 (98.44% from 255 or 69.72% from 360); Max value from RGB is 251 - color contains mainly: blue. Hex color #1558FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1558FB is #EAA704. Grayscale: #555555. Windows color (decimal): -15378181 or 16472085. OLE color: 16472085.

HSL color Cylindrical-coordinate representation of color #1558FB: hue angle of 222.52º degrees, saturation: 0.97, 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 #1558FB is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 88 251 -
CMYK 0.92 0.65 0 0.02
HSL 222.52º 0.97% 0.53% -
HSV(B) 222.52º 0.92% 0.98% -
XYZ 21.21 14.1 92.87 -
YUV 86.55 220.8 81.25 -
System Red Green Blue C M Y K H S L
Decimal 21 88 251 0.92 0.65 0 0.02 222.52 0.97 0.53
Hex 15 58 FB 5C 41 0 2 DF 61 35
Octal 25 130 373 134 101 0 2 337 141 65
Binary 10101 1011000 11111011 1011100 1000001 0 10 11011111 1100001 110101

Color Harmonies of #1558FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1558FB

Black with #1558FB

Text Example


Text Example

White with #1558FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1558FB; }

 p { color: rgb(21,88,251); }

 H1.HeaderClassName
 {
   color: #1558FB;
 }
 .AnyTagClassName
 {
   color: #1558FB;
 }
</style>

background-color css

<style>
 a { background-color: #1558FB; }

 a { background-color: rgb(21,88,251); }

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

border-color css

<style>
 span { border-color: #1558FB; }

 span { border-color: rgb(21,88,251); }

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