#1448F8

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

Shades of Royal Blue #1448F8

Tints of Royal Blue #1448F8

Color information

#1448F8 (or 0x1448F8) is unknown color: approx Royal Blue. HEX triplet: 14, 48 and F8. RGB value is (20,72,248). Sum of RGB (Red+Green+Blue) = 20+72+248=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 248 (97.27% from 255 or 72.94% from 340); Max value from RGB is 248 - color contains mainly: blue. Hex color #1448F8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1448F8 is #EBB707. Grayscale: #4B4B4B. Windows color (decimal): -15447816 or 16271380. OLE color: 16271380.

HSL color Cylindrical-coordinate representation of color #1448F8: hue angle of 226.32º 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 #1448F8 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2072248-
CMYK0.920.7100.03
HSL226.32º94.21%52.55%-
HSV(B)226.32º91.94%97.25%-
XYZ19.5511.5690.01-
YUV76.52224.7787.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.88%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 248 (97.27% from 255) = 72.94%
R=5.88%
G=21.18%
B=72.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal20722480.920.7100.03226.3294.2152.55
Hex1448F85C4703e25e35
Octal241103701341070334213665
Binary1010010010001111100010111001000111011111000101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1448F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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