#1B4EF7

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

Shades of Royal Blue #1B4EF7

Tints of Royal Blue #1B4EF7

Color information

#1B4EF7 (or 0x1B4EF7) is unknown color: approx Royal Blue. HEX triplet: 1B, 4E and F7. RGB value is (27,78,247). Sum of RGB (Red+Green+Blue) = 27+78+247=352 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.67% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 247 (96.88% from 255 or 70.17% from 352); Max value from RGB is 247 - color contains mainly: blue. Hex color #1B4EF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B4EF7 is #E4B108. Grayscale: #515151. Windows color (decimal): -14987529 or 16207387. OLE color: 16207387.

HSL color Cylindrical-coordinate representation of color #1B4EF7: hue angle of 226.09º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B4EF7 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2778247-
CMYK0.890.6800.03
HSL226.09º93.22%53.73%-
HSV(B)226.09º89.07%96.86%-
XYZ19.9612.489.34-
YUV82.02221.188.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.67%
GREEN value IS 78 (30.86% from 255) = 22.16%
BLUE value IS 247 (96.88% from 255) = 70.17%
R=7.67%
G=22.16%
B=70.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal27782470.890.6800.03226.0993.2253.73
Hex1B4EF7594403e25d36
Octal331163671311040334213566
Binary1101110011101111011110110011000100011111000101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,78,247); }

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

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

 a { background-color: rgb(27,78,247); }

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

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

 span { border-color: rgb(27,78,247); }

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