#1452fe

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

Shades of Royal Blue #1452FE

Tints of Royal Blue #1452FE

Color information

#1452FE (or 0x1452FE) is unknown color: approx Royal Blue. HEX triplet: 14, 52 and FE. RGB value is (20,82,254). Sum of RGB (Red+Green+Blue) = 20+82+254=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #1452FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1452FE is #EBAD01. Grayscale: #525252. Windows color (decimal): -15445250 or 16667156. OLE color: 16667156.

HSL color Cylindrical-coordinate representation of color #1452FE: hue angle of 224.1º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1452FE is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB2082254-
CMYK0.920.6800.00
HSL224.1º99.15%53.73%-
HSV(B)224.1º92.13%99.61%-
XYZ21.213.3495.22-
YUV83.07224.4683.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.62%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 254 (99.61% from 255) = 71.35%
R=5.62%
G=23.03%
B=71.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal20822540.920.6800.00224.199.1553.73
Hex1452FE5C4400e06336
Octal241223761341040034014366
Binary101001010010111111101011100100010000111000001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1452fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1452fe; }

 p { color: rgb(20,82,254); }

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

<style>
 a { background-color: #1452fe; }

 a { background-color: rgb(20,82,254); }

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

<style>
 span { border-color: #1452fe; }

 span { border-color: rgb(20,82,254); }

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