#1452F8

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

Shades of Royal Blue #1452F8

Tints of Royal Blue #1452F8

Color information

#1452F8 (or 0x1452F8) is unknown color: approx Royal Blue. HEX triplet: 14, 52 and F8. RGB value is (20,82,248). Sum of RGB (Red+Green+Blue) = 20+82+248=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 248 (97.27% from 255 or 70.86% from 350); Max value from RGB is 248 - color contains mainly: blue. Hex color #1452F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1452F8 is #EBAD07. Grayscale: #515151. Windows color (decimal): -15445256 or 16273940. OLE color: 16273940.

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

Color convert

RGB2082248-
CMYK0.920.6700.03
HSL223.68º94.21%52.55%-
HSV(B)223.68º91.94%97.25%-
XYZ20.2512.9690.24-
YUV82.39221.4683.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.71%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 248 (97.27% from 255) = 70.86%
R=5.71%
G=23.43%
B=70.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal20822480.920.6700.03223.6894.2152.55
Hex1452F85C4303e05e35
Octal241223701341030334013665
Binary1010010100101111100010111001000011011111000001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1452F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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