#455ff1

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

Shades of Royal Blue #455FF1

Tints of Royal Blue #455FF1

Color information

#455FF1 (or 0x455FF1) is unknown color: approx Royal Blue. HEX triplet: 45, 5F and F1. RGB value is (69,95,241). Sum of RGB (Red+Green+Blue) = 69+95+241=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 241 (94.53% from 255 or 59.51% from 405); Max value from RGB is 241 - color contains mainly: blue. Hex color #455FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455FF1 is #BAA00E. Grayscale: #676767. Windows color (decimal): -12230671 or 15818565. OLE color: 15818565.

HSL color Cylindrical-coordinate representation of color #455FF1: hue angle of 230.93º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #455FF1 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6995241-
CMYK0.710.6100.05
HSL230.93º86%60.78%-
HSV(B)230.93º71.37%94.51%-
XYZ22.4215.885.09-
YUV103.87205.39103.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.04%
GREEN value IS 95 (37.5% from 255) = 23.46%
BLUE value IS 241 (94.53% from 255) = 59.51%
R=17.04%
G=23.46%
B=59.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal69952410.710.6100.05230.938660.78
Hex455FF1473D05e7563d
Octal105137361107750534712675
Binary100010110111111111000110001111111010101111001111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455ff1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455ff1; }

 p { color: rgb(69,95,241); }

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

<style>
 a { background-color: #455ff1; }

 a { background-color: rgb(69,95,241); }

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

<style>
 span { border-color: #455ff1; }

 span { border-color: rgb(69,95,241); }

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