Html Css Color HEX #466FFE Royal Blue

📋 copy color: '#466FFE'

red 70 ◦ green 111 ◦ blue 254

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

Shades of Royal Blue #466FFE

Tints of Royal Blue #466FFE

RGB

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

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

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

R = 16.09%
G = 25.52%
B = 58.39%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#466FFE (or 0x466FFE) is known color: Royal Blue. HEX triplet: 46, 6F and FE. RGB value is (70,111,254). Sum of RGB (Red+Green+Blue) = 70+111+254=435 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.09% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #466FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466FFE is #B99001. Grayscale: #727272. Windows color (decimal): -12161026 or 16674630. OLE color: 16674630.

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

Color convert

RGB 70 111 254 -
CMYK 0.72 0.56 0 0.00
HSL 226.63º 0.99% 0.64% -
HSV(B) 226.63º 0.72% 1% -
XYZ 26.1 19.83 96.22 -
YUV 115.04 206.42 95.87 -
System Red Green Blue C M Y K H S L
Decimal 70 111 254 0.72 0.56 0 0.00 226.63 0.99 0.64
Hex 46 6F FE 48 38 0 0 E3 63 40
Octal 106 157 376 110 70 0 0 343 143 100
Binary 1000110 1101111 11111110 1001000 111000 0 0 11100011 1100011 1000000

Color Harmonies of #466FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466FFE

Black with #466FFE

Text Example


Text Example

White with #466FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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