Html Css Color HEX #155BF7 Royal Blue

📋 copy color: '#155BF7'

red 21 ◦ green 91 ◦ blue 247

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

Shades of Royal Blue #155BF7

Tints of Royal Blue #155BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 68.8%

R = 5.85%
G = 25.35%
B = 68.8%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#155BF7 (or 0x155BF7) is known color: Royal Blue. HEX triplet: 15, 5B and F7. RGB value is (21,91,247). Sum of RGB (Red+Green+Blue) = 21+91+247=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 247 (96.88% from 255 or 68.80% from 359); Max value from RGB is 247 - color contains mainly: blue. Hex color #155BF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155BF7 is #EAA408. Grayscale: #575757. Windows color (decimal): -15377417 or 16210709. OLE color: 16210709.

HSL color Cylindrical-coordinate representation of color #155BF7: hue angle of 221.42º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155BF7 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 91 247 -
CMYK 0.91 0.63 0 0.03
HSL 221.42º 0.93% 0.53% -
HSV(B) 221.42º 0.91% 0.97% -
XYZ 20.84 14.36 89.67 -
YUV 87.85 217.81 80.32 -
System Red Green Blue C M Y K H S L
Decimal 21 91 247 0.91 0.63 0 0.03 221.42 0.93 0.53
Hex 15 5B F7 5B 3F 0 3 DD 5D 35
Octal 25 133 367 133 77 0 3 335 135 65
Binary 10101 1011011 11110111 1011011 111111 0 11 11011101 1011101 110101

Color Harmonies of #155BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155BF7

Black with #155BF7

Text Example


Text Example

White with #155BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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