#456fef

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

Shades of Royal Blue #456FEF

Tints of Royal Blue #456FEF

Color information

#456FEF (or 0x456FEF) is unknown color: approx Royal Blue. HEX triplet: 45, 6F and EF. RGB value is (69,111,239). Sum of RGB (Red+Green+Blue) = 69+111+239=419 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.47% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #456FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456FEF is #BA9010. Grayscale: #707070. Windows color (decimal): -12226577 or 15691589. OLE color: 15691589.

HSL color Cylindrical-coordinate representation of color #456FEF: hue angle of 225.18º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #456FEF is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB69111239-
CMYK0.710.5400.06
HSL225.18º84.16%60.39%-
HSV(B)225.18º71.13%93.73%-
XYZ23.7218.8784.05-
YUV113.03199.0996.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.47%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 239 (93.75% from 255) = 57.04%
R=16.47%
G=26.49%
B=57.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal691112390.710.5400.06225.1884.1660.39
Hex456FEF473606e1543c
Octal105157357107660634112474
Binary100010111011111110111110001111101100110111000011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456fef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456fef; }

 p { color: rgb(69,111,239); }

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

<style>
 a { background-color: #456fef; }

 a { background-color: rgb(69,111,239); }

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

<style>
 span { border-color: #456fef; }

 span { border-color: rgb(69,111,239); }

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