#467BFD

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

Shades of Royal Blue #467BFD

Tints of Royal Blue #467BFD

Color information

#467BFD (or 0x467BFD) is unknown color: approx Royal Blue. HEX triplet: 46, 7B and FD. RGB value is (70,123,253). Sum of RGB (Red+Green+Blue) = 70+123+253=446 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.70% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #467BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467BFD is #B98402. Grayscale: #797979. Windows color (decimal): -12157955 or 16612166. OLE color: 16612166.

HSL color Cylindrical-coordinate representation of color #467BFD: hue angle of 222.62º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467BFD is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB70123253-
CMYK0.720.5100.01
HSL222.62º97.86%63.33%-
HSV(B)222.62º72.33%99.22%-
XYZ27.3422.5695.84-
YUV121.97201.9490.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.70%
GREEN value IS 123 (48.44% from 255) = 27.58%
BLUE value IS 253 (99.22% from 255) = 56.73%
R=15.70%
G=27.58%
B=56.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal701232530.720.5100.01222.6297.8663.33
Hex467BFD483301df623f
Octal106173375110630133714277
Binary1000110111101111111101100100011001101110111111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467BFD; }

 p { color: rgb(70,123,253); }

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

<style>
 a { background-color: #467BFD; }

 a { background-color: rgb(70,123,253); }

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

<style>
 span { border-color: #467BFD; }

 span { border-color: rgb(70,123,253); }

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