#1454FB

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

Shades of Royal Blue #1454FB

Tints of Royal Blue #1454FB

Color information

#1454FB (or 0x1454FB) is unknown color: approx Royal Blue. HEX triplet: 14, 54 and FB. RGB value is (20,84,251). Sum of RGB (Red+Green+Blue) = 20+84+251=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #1454FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1454FB is #EBAB04. Grayscale: #535353. Windows color (decimal): -15444741 or 16471060. OLE color: 16471060.

HSL color Cylindrical-coordinate representation of color #1454FB: hue angle of 223.38º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1454FB is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2084251-
CMYK0.920.6700.02
HSL223.38º96.65%53.14%-
HSV(B)223.38º92.03%98.43%-
XYZ20.8713.4592.76-
YUV83.9222.382.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.63%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 251 (98.44% from 255) = 70.70%
R=5.63%
G=23.66%
B=70.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal20842510.920.6700.02223.3896.6553.14
Hex1454FB5C4302df6135
Octal241243731341030233714165
Binary1010010101001111101110111001000011010110111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1454FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1454FB; }

 p { color: rgb(20,84,251); }

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

<style>
 a { background-color: #1454FB; }

 a { background-color: rgb(20,84,251); }

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

<style>
 span { border-color: #1454FB; }

 span { border-color: rgb(20,84,251); }

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