Html Css Color HEX #155AFB Royal Blue

📋 copy color: '#155AFB'

red 21 ◦ green 90 ◦ blue 251

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

Shades of Royal Blue #155AFB

Tints of Royal Blue #155AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.86%

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

R = 5.8%
G = 24.86%
B = 69.34%

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

#155AFB (or 0x155AFB) is known color: Royal Blue. HEX triplet: 15, 5A and FB. RGB value is (21,90,251). Sum of RGB (Red+Green+Blue) = 21+90+251=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #155AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155AFB is #EAA504. Grayscale: #575757. Windows color (decimal): -15377669 or 16472597. OLE color: 16472597.

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

Color convert

RGB 21 90 251 -
CMYK 0.92 0.64 0 0.02
HSL 222º 0.97% 0.53% -
HSV(B) 222º 0.92% 0.98% -
XYZ 21.38 14.44 92.93 -
YUV 87.72 220.14 80.41 -
System Red Green Blue C M Y K H S L
Decimal 21 90 251 0.92 0.64 0 0.02 222 0.97 0.53
Hex 15 5A FB 5C 40 0 2 DE 61 35
Octal 25 132 373 134 100 0 2 336 141 65
Binary 10101 1011010 11111011 1011100 1000000 0 10 11011110 1100001 110101

Color Harmonies of #155AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155AFB

Black with #155AFB

Text Example


Text Example

White with #155AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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