#155AFE

Color #155AFE Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #155AFE

Tints of Royal Blue #155AFE

Color information

#155AFE (or 0x155AFE) is unknown color: approx Royal Blue. HEX triplet: 15, 5A and FE. RGB value is (21,90,254). Sum of RGB (Red+Green+Blue) = 21+90+254=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #155AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155AFE is #EAA501. Grayscale: #575757. Windows color (decimal): -15377666 or 16669205. OLE color: 16669205.

HSL color Cylindrical-coordinate representation of color #155AFE: hue angle of 222.23º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #155AFE is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB2190254-
CMYK0.920.6500.00
HSL222.23º99.15%53.92%-
HSV(B)222.23º91.73%99.61%-
XYZ21.8514.6395.44-
YUV88.06221.6480.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.75%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 254 (99.61% from 255) = 69.59%
R=5.75%
G=24.66%
B=69.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal21902540.920.6500.00222.2399.1553.92
Hex155AFE5C4100de6336
Octal251323761341010033614366
Binary101011011010111111101011100100000100110111101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #155AFE;
 }
 .AnyTagClassName
 {
   color: #155AFE;
 }
</style>
background-color css

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

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

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

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

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

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