Html Css Color HEX #155BFF Royal Blue

📋 copy color: '#155BFF'

red 21 ◦ green 91 ◦ blue 255

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

Shades of Royal Blue #155BFF

Tints of Royal Blue #155BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.8%

 BLUE value IS 255 (100% from 255) = 69.48%

R = 5.72%
G = 24.8%
B = 69.48%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#155BFF (or 0x155BFF) is known color: Royal Blue. HEX triplet: 15, 5B and FF. RGB value is (21,91,255). Sum of RGB (Red+Green+Blue) = 21+91+255=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #155BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155BFF is #EAA400. Grayscale: #585858. Windows color (decimal): -15377409 or 16734997. OLE color: 16734997.

HSL color Cylindrical-coordinate representation of color #155BFF: hue angle of 222.05º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #155BFF is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 21 91 255 -
CMYK 0.92 0.64 0 0
HSL 222.05º 1% 0.54% -
HSV(B) 222.05º 0.92% 1% -
XYZ 22.1 14.86 96.31 -
YUV 88.77 221.81 79.66 -
System Red Green Blue C M Y K H S L
Decimal 21 91 255 0.92 0.64 0 0 222.05 1 0.54
Hex 15 5B FF 5C 40 0 0 DE 64 36
Octal 25 133 377 134 100 0 0 336 144 66
Binary 10101 1011011 11111111 1011100 1000000 0 0 11011110 1100100 110110

Color Harmonies of #155BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155BFF

Black with #155BFF

Text Example


Text Example

White with #155BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155BFF; }

 p { color: rgb(21,91,255); }

 H1.HeaderClassName
 {
   color: #155BFF;
 }
 .AnyTagClassName
 {
   color: #155BFF;
 }
</style>

background-color css

<style>
 a { background-color: #155BFF; }

 a { background-color: rgb(21,91,255); }

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

border-color css

<style>
 span { border-color: #155BFF; }

 span { border-color: rgb(21,91,255); }

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