Html Css Color HEX #155BFA Royal Blue

📋 copy color: '#155BFA'

red 21 ◦ green 91 ◦ blue 250

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

Shades of Royal Blue #155BFA

Tints of Royal Blue #155BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.06%

R = 5.8%
G = 25.14%
B = 69.06%

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

#155BFA (or 0x155BFA) is known color: Royal Blue. HEX triplet: 15, 5B and FA. RGB value is (21,91,250). Sum of RGB (Red+Green+Blue) = 21+91+250=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #155BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155BFA is #EAA405. Grayscale: #575757. Windows color (decimal): -15377414 or 16407317. OLE color: 16407317.

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

Color convert

RGB 21 91 250 -
CMYK 0.92 0.64 0 0.02
HSL 221.66º 0.96% 0.53% -
HSV(B) 221.66º 0.92% 0.98% -
XYZ 21.31 14.54 92.13 -
YUV 88.2 219.31 80.07 -
System Red Green Blue C M Y K H S L
Decimal 21 91 250 0.92 0.64 0 0.02 221.66 0.96 0.53
Hex 15 5B FA 5C 40 0 2 DE 60 35
Octal 25 133 372 134 100 0 2 336 140 65
Binary 10101 1011011 11111010 1011100 1000000 0 10 11011110 1100000 110101

Color Harmonies of #155BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155BFA

Black with #155BFA

Text Example


Text Example

White with #155BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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