Html Css Color HEX #155BFB Royal Blue

📋 copy color: '#155BFB'

red 21 ◦ green 91 ◦ blue 251

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

Shades of Royal Blue #155BFB

Tints of Royal Blue #155BFB

RGB

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

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

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

R = 5.79%
G = 25.07%
B = 69.15%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#155BFB (or 0x155BFB) is known color: Royal Blue. HEX triplet: 15, 5B and FB. RGB value is (21,91,251). Sum of RGB (Red+Green+Blue) = 21+91+251=363 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.79% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #155BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155BFB is #EAA404. Grayscale: #575757. Windows color (decimal): -15377413 or 16472853. OLE color: 16472853.

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

Color convert

RGB 21 91 251 -
CMYK 0.92 0.64 0 0.02
HSL 221.74º 0.97% 0.53% -
HSV(B) 221.74º 0.92% 0.98% -
XYZ 21.46 14.61 92.95 -
YUV 88.31 219.81 79.99 -
System Red Green Blue C M Y K H S L
Decimal 21 91 251 0.92 0.64 0 0.02 221.74 0.97 0.53
Hex 15 5B FB 5C 40 0 2 DE 61 35
Octal 25 133 373 134 100 0 2 336 141 65
Binary 10101 1011011 11111011 1011100 1000000 0 10 11011110 1100001 110101

Color Harmonies of #155BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155BFB

Black with #155BFB

Text Example


Text Example

White with #155BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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