Html Css Color HEX #155AFA Royal Blue

📋 copy color: '#155AFA'

red 21 ◦ green 90 ◦ blue 250

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

Shades of Royal Blue #155AFA

Tints of Royal Blue #155AFA

RGB

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

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

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

R = 5.82%
G = 24.93%
B = 69.25%

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

#155AFA (or 0x155AFA) is known color: Royal Blue. HEX triplet: 15, 5A and FA. RGB value is (21,90,250). Sum of RGB (Red+Green+Blue) = 21+90+250=361 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.82% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #155AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155AFA is #EAA505. Grayscale: #565656. Windows color (decimal): -15377670 or 16407061. OLE color: 16407061.

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

Color convert

RGB 21 90 250 -
CMYK 0.92 0.64 0 0.02
HSL 221.92º 0.96% 0.53% -
HSV(B) 221.92º 0.92% 0.98% -
XYZ 21.22 14.37 92.1 -
YUV 87.61 219.64 80.49 -
System Red Green Blue C M Y K H S L
Decimal 21 90 250 0.92 0.64 0 0.02 221.92 0.96 0.53
Hex 15 5A FA 5C 40 0 2 DE 60 35
Octal 25 132 372 134 100 0 2 336 140 65
Binary 10101 1011010 11111010 1011100 1000000 0 10 11011110 1100000 110101

Color Harmonies of #155AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155AFA

Black with #155AFA

Text Example


Text Example

White with #155AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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