#1B4EFB

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

Shades of Royal Blue #1B4EFB

Tints of Royal Blue #1B4EFB

Color information

#1B4EFB (or 0x1B4EFB) is unknown color: approx Royal Blue. HEX triplet: 1B, 4E and FB. RGB value is (27,78,251). Sum of RGB (Red+Green+Blue) = 27+78+251=356 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.58% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #1B4EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B4EFB is #E4B104. Grayscale: #515151. Windows color (decimal): -14987525 or 16469531. OLE color: 16469531.

HSL color Cylindrical-coordinate representation of color #1B4EFB: hue angle of 226.34º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B4EFB is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2778251-
CMYK0.890.6900.02
HSL226.34º96.55%54.51%-
HSV(B)226.34º89.24%98.43%-
XYZ20.5912.6592.62-
YUV82.47223.188.43-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.58%
GREEN value IS 78 (30.86% from 255) = 21.91%
BLUE value IS 251 (98.44% from 255) = 70.51%
R=7.58%
G=21.91%
B=70.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal27782510.890.6900.02226.3496.5554.51
Hex1B4EFB594502e26137
Octal331163731311050234214167
Binary1101110011101111101110110011000101010111000101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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