#1A4DFB

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

Shades of Royal Blue #1A4DFB

Tints of Royal Blue #1A4DFB

Color information

#1A4DFB (or 0x1A4DFB) is unknown color: approx Royal Blue. HEX triplet: 1A, 4D and FB. RGB value is (26,77,251). Sum of RGB (Red+Green+Blue) = 26+77+251=354 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.34% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #1A4DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A4DFB is #E5B204. Grayscale: #505050. Windows color (decimal): -15053317 or 16469274. OLE color: 16469274.

HSL color Cylindrical-coordinate representation of color #1A4DFB: hue angle of 226.4º 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 #1A4DFB is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2677251-
CMYK0.900.6900.02
HSL226.4º96.57%54.31%-
HSV(B)226.4º89.64%98.43%-
XYZ20.4912.4992.6-
YUV81.59223.688.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.34%
GREEN value IS 77 (30.47% from 255) = 21.75%
BLUE value IS 251 (98.44% from 255) = 70.90%
R=7.34%
G=21.75%
B=70.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal26772510.900.6900.02226.496.5754.31
Hex1A4DFB5A4502e26136
Octal321153731321050234214166
Binary1101010011011111101110110101000101010111000101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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