Html Css Color HEX #466FFD Royal Blue

📋 copy color: '#466FFD'

red 70 ◦ green 111 ◦ blue 253

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

Shades of Royal Blue #466FFD

Tints of Royal Blue #466FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.58%

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

R = 16.13%
G = 25.58%
B = 58.29%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#466FFD (or 0x466FFD) is known color: Royal Blue. HEX triplet: 46, 6F and FD. RGB value is (70,111,253). Sum of RGB (Red+Green+Blue) = 70+111+253=434 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.13% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #466FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466FFD is #B99002. Grayscale: #727272. Windows color (decimal): -12161027 or 16609094. OLE color: 16609094.

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

Color convert

RGB 70 111 253 -
CMYK 0.72 0.56 0 0.01
HSL 226.56º 0.98% 0.63% -
HSV(B) 226.56º 0.72% 0.99% -
XYZ 25.94 19.76 95.38 -
YUV 114.93 205.92 95.95 -
System Red Green Blue C M Y K H S L
Decimal 70 111 253 0.72 0.56 0 0.01 226.56 0.98 0.63
Hex 46 6F FD 48 38 0 1 E3 62 3F
Octal 106 157 375 110 70 0 1 343 142 77
Binary 1000110 1101111 11111101 1001000 111000 0 1 11100011 1100010 111111

Color Harmonies of #466FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466FFD

Black with #466FFD

Text Example


Text Example

White with #466FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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