#1A58FB

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

Shades of Royal Blue #1A58FB

Tints of Royal Blue #1A58FB

Color information

#1A58FB (or 0x1A58FB) is unknown color: approx Royal Blue. HEX triplet: 1A, 58 and FB. RGB value is (26,88,251). Sum of RGB (Red+Green+Blue) = 26+88+251=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #1A58FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A58FB is #E5A704. Grayscale: #575757. Windows color (decimal): -15050501 or 16472090. OLE color: 16472090.

HSL color Cylindrical-coordinate representation of color #1A58FB: hue angle of 223.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A58FB is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2688251-
CMYK0.900.6500.02
HSL223.47º96.57%54.31%-
HSV(B)223.47º89.64%98.43%-
XYZ21.3314.1692.88-
YUV88.04219.9683.75-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.12%
GREEN value IS 88 (34.77% from 255) = 24.11%
BLUE value IS 251 (98.44% from 255) = 68.77%
R=7.12%
G=24.11%
B=68.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal26882510.900.6500.02223.4796.5754.31
Hex1A58FB5A4102df6136
Octal321303731321010233714166
Binary1101010110001111101110110101000001010110111111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A58FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A58FB; }

 p { color: rgb(26,88,251); }

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

<style>
 a { background-color: #1A58FB; }

 a { background-color: rgb(26,88,251); }

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

<style>
 span { border-color: #1A58FB; }

 span { border-color: rgb(26,88,251); }

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