Html Css Color HEX #155AF9 Royal Blue

📋 copy color: '#155AF9'

red 21 ◦ green 90 ◦ blue 249

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

Shades of Royal Blue #155AF9

Tints of Royal Blue #155AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 69.17%

R = 5.83%
G = 25%
B = 69.17%

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

#155AF9 (or 0x155AF9) is known color: Royal Blue. HEX triplet: 15, 5A and F9. RGB value is (21,90,249). Sum of RGB (Red+Green+Blue) = 21+90+249=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 249 (97.66% from 255 or 69.17% from 360); Max value from RGB is 249 - color contains mainly: blue. Hex color #155AF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155AF9 is #EAA506. Grayscale: #565656. Windows color (decimal): -15377671 or 16341525. OLE color: 16341525.

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

Color convert

RGB 21 90 249 -
CMYK 0.92 0.64 0 0.02
HSL 221.84º 0.95% 0.53% -
HSV(B) 221.84º 0.92% 0.98% -
XYZ 21.06 14.31 91.27 -
YUV 87.5 219.14 80.57 -
System Red Green Blue C M Y K H S L
Decimal 21 90 249 0.92 0.64 0 0.02 221.84 0.95 0.53
Hex 15 5A F9 5C 40 0 2 DE 5F 35
Octal 25 132 371 134 100 0 2 336 137 65
Binary 10101 1011010 11111001 1011100 1000000 0 10 11011110 1011111 110101

Color Harmonies of #155AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155AF9

Black with #155AF9

Text Example


Text Example

White with #155AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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