Html Css Color HEX #466EFE Royal Blue

📋 copy color: '#466EFE'

red 70 ◦ green 110 ◦ blue 254

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

Shades of Royal Blue #466EFE

Tints of Royal Blue #466EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.35%

 BLUE value IS 254 (99.61% from 255) = 58.53%

R = 16.13%
G = 25.35%
B = 58.53%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#466EFE (or 0x466EFE) is known color: Royal Blue. HEX triplet: 46, 6E and FE. RGB value is (70,110,254). Sum of RGB (Red+Green+Blue) = 70+110+254=434 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.13% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #466EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466EFE is #B99101. Grayscale: #717171. Windows color (decimal): -12161282 or 16674374. OLE color: 16674374.

HSL color Cylindrical-coordinate representation of color #466EFE: hue angle of 226.96º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #466EFE is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 70 110 254 -
CMYK 0.72 0.57 0 0.00
HSL 226.96º 0.99% 0.64% -
HSV(B) 226.96º 0.72% 1% -
XYZ 25.99 19.61 96.18 -
YUV 114.46 206.75 96.29 -
System Red Green Blue C M Y K H S L
Decimal 70 110 254 0.72 0.57 0 0.00 226.96 0.99 0.64
Hex 46 6E FE 48 39 0 0 E3 63 40
Octal 106 156 376 110 71 0 0 343 143 100
Binary 1000110 1101110 11111110 1001000 111001 0 0 11100011 1100011 1000000

Color Harmonies of #466EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466EFE

Black with #466EFE

Text Example


Text Example

White with #466EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,110,254); }

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

background-color css

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

 a { background-color: rgb(70,110,254); }

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

border-color css

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

 span { border-color: rgb(70,110,254); }

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