Html Css Color HEX #466DFD Royal Blue

📋 copy color: '#466DFD'

red 70 ◦ green 109 ◦ blue 253

#466DFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #466DFD

Tints of Royal Blue #466DFD

RGB

 RED value IS 70 (27.73% from 255) = 16.2%

 GREEN value IS 109 (42.97% from 255) = 25.23%

 BLUE value IS 253 (99.22% from 255) = 58.56%

R = 16.2%
G = 25.23%
B = 58.56%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#466DFD (or 0x466DFD) is known color: Royal Blue. HEX triplet: 46, 6D and FD. RGB value is (70,109,253). Sum of RGB (Red+Green+Blue) = 70+109+253=432 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.20% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #466DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466DFD is #B99202. Grayscale: #717171. Windows color (decimal): -12161539 or 16608582. OLE color: 16608582.

HSL color Cylindrical-coordinate representation of color #466DFD: hue angle of 227.21º 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 #466DFD is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 109 253 -
CMYK 0.72 0.57 0 0.01
HSL 227.21º 0.98% 0.63% -
HSV(B) 227.21º 0.72% 0.99% -
XYZ 25.72 19.33 95.3 -
YUV 113.76 206.58 96.79 -
System Red Green Blue C M Y K H S L
Decimal 70 109 253 0.72 0.57 0 0.01 227.21 0.98 0.63
Hex 46 6D FD 48 39 0 1 E3 62 3F
Octal 106 155 375 110 71 0 1 343 142 77
Binary 1000110 1101101 11111101 1001000 111001 0 1 11100011 1100010 111111

Color Harmonies of #466DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466DFD

Black with #466DFD

Text Example


Text Example

White with #466DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466DFD; }

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

 H1.HeaderClassName
 {
   color: #466DFD;
 }
 .AnyTagClassName
 {
   color: #466DFD;
 }
</style>

background-color css

<style>
 a { background-color: #466DFD; }

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

 div.DivClassName
 {
   background-color: #466DFD;
 }
 .BgClassName
 {
   background-color: #466DFD;
 }
</style>

border-color css

<style>
 span { border-color: #466DFD; }

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

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