Html Css Color HEX #1555FB Royal Blue

📋 copy color: '#1555FB'

red 21 ◦ green 85 ◦ blue 251

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

Shades of Royal Blue #1555FB

Tints of Royal Blue #1555FB

RGB

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

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

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

R = 5.88%
G = 23.81%
B = 70.31%

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

#1555FB (or 0x1555FB) is known color: Royal Blue. HEX triplet: 15, 55 and FB. RGB value is (21,85,251). Sum of RGB (Red+Green+Blue) = 21+85+251=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #1555FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1555FB is #EAAA04. Grayscale: #545454. Windows color (decimal): -15378949 or 16471317. OLE color: 16471317.

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

Color convert

RGB 21 85 251 -
CMYK 0.92 0.66 0 0.02
HSL 223.3º 0.97% 0.53% -
HSV(B) 223.3º 0.92% 0.98% -
XYZ 20.97 13.62 92.79 -
YUV 84.79 221.8 82.5 -
System Red Green Blue C M Y K H S L
Decimal 21 85 251 0.92 0.66 0 0.02 223.3 0.97 0.53
Hex 15 55 FB 5C 42 0 2 DF 61 35
Octal 25 125 373 134 102 0 2 337 141 65
Binary 10101 1010101 11111011 1011100 1000010 0 10 11011111 1100001 110101

Color Harmonies of #1555FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1555FB

Black with #1555FB

Text Example


Text Example

White with #1555FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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