Html Css Color HEX #466FE0 Royal Blue

📋 copy color: '#466FE0'

red 70 ◦ green 111 ◦ blue 224

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

Shades of Royal Blue #466FE0

Tints of Royal Blue #466FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.31%

R = 17.28%
G = 27.41%
B = 55.31%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#466FE0 (or 0x466FE0) is known color: Royal Blue. HEX triplet: 46, 6F and E0. RGB value is (70,111,224). Sum of RGB (Red+Green+Blue) = 70+111+224=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #466FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FE0 is #B9901F. Grayscale: #6F6F6F. Windows color (decimal): -12161056 or 14708550. OLE color: 14708550.

HSL color Cylindrical-coordinate representation of color #466FE0: hue angle of 224.03º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #466FE0 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 111 224 -
CMYK 0.69 0.50 0 0.12
HSL 224.03º 0.71% 0.58% -
HSV(B) 224.03º 0.69% 0.88% -
XYZ 21.66 18.05 72.86 -
YUV 111.62 191.42 98.31 -
System Red Green Blue C M Y K H S L
Decimal 70 111 224 0.69 0.50 0 0.12 224.03 0.71 0.58
Hex 46 6F E0 45 32 0 C E0 47 3A
Octal 106 157 340 105 62 0 14 340 107 72
Binary 1000110 1101111 11100000 1000101 110010 0 1100 11100000 1000111 111010

Color Harmonies of #466FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466FE0

Black with #466FE0

Text Example


Text Example

White with #466FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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