#1B58FB

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

Shades of Royal Blue #1B58FB

Tints of Royal Blue #1B58FB

Color information

#1B58FB (or 0x1B58FB) is unknown color: approx Royal Blue. HEX triplet: 1B, 58 and FB. RGB value is (27,88,251). Sum of RGB (Red+Green+Blue) = 27+88+251=366 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.38% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #1B58FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B58FB is #E4A704. Grayscale: #575757. Windows color (decimal): -14984965 or 16472091. OLE color: 16472091.

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

Color convert

RGB2788251-
CMYK0.890.6500.02
HSL223.66º96.55%54.51%-
HSV(B)223.66º89.24%98.43%-
XYZ21.3514.1892.88-
YUV88.34219.7984.25-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.38%
GREEN value IS 88 (34.77% from 255) = 24.04%
BLUE value IS 251 (98.44% from 255) = 68.58%
R=7.38%
G=24.04%
B=68.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal27882510.890.6500.02223.6696.5554.51
Hex1B58FB594102e06137
Octal331303731311010234014167
Binary1101110110001111101110110011000001010111000001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B58FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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