#1A5FEF

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

Shades of Royal Blue #1A5FEF

Tints of Royal Blue #1A5FEF

Color information

#1A5FEF (or 0x1A5FEF) is unknown color: approx Royal Blue. HEX triplet: 1A, 5F and EF. RGB value is (26,95,239). Sum of RGB (Red+Green+Blue) = 26+95+239=360 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.22% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A5FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A5FEF is #E5A010. Grayscale: #5A5A5A. Windows color (decimal): -15048721 or 15687450. OLE color: 15687450.

HSL color Cylindrical-coordinate representation of color #1A5FEF: hue angle of 220.56º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A5FEF is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2695239-
CMYK0.890.6000.06
HSL220.56º86.94%51.96%-
HSV(B)220.56º89.12%93.73%-
XYZ20.114.6483.43-
YUV90.78211.6481.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.22%
GREEN value IS 95 (37.5% from 255) = 26.39%
BLUE value IS 239 (93.75% from 255) = 66.39%
R=7.22%
G=26.39%
B=66.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal26952390.890.6000.06220.5686.9451.96
Hex1A5FEF593C06dd5734
Octal32137357131740633512764
Binary1101010111111110111110110011111000110110111011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,95,239); }

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

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

 a { background-color: rgb(26,95,239); }

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

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

 span { border-color: rgb(26,95,239); }

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