Html Css Color HEX #466EFA Royal Blue

📋 copy color: '#466EFA'

red 70 ◦ green 110 ◦ blue 250

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

Shades of Royal Blue #466EFA

Tints of Royal Blue #466EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.14%

R = 16.28%
G = 25.58%
B = 58.14%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#466EFA (or 0x466EFA) is known color: Royal Blue. HEX triplet: 46, 6E and FA. RGB value is (70,110,250). Sum of RGB (Red+Green+Blue) = 70+110+250=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #466EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466EFA is #B99105. Grayscale: #717171. Windows color (decimal): -12161286 or 16412230. OLE color: 16412230.

HSL color Cylindrical-coordinate representation of color #466EFA: hue angle of 226.67º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #466EFA is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 110 250 -
CMYK 0.72 0.56 0 0.02
HSL 226.67º 0.95% 0.63% -
HSV(B) 226.67º 0.72% 0.98% -
XYZ 25.36 19.36 92.84 -
YUV 114 204.75 96.62 -
System Red Green Blue C M Y K H S L
Decimal 70 110 250 0.72 0.56 0 0.02 226.67 0.95 0.63
Hex 46 6E FA 48 38 0 2 E3 5F 3F
Octal 106 156 372 110 70 0 2 343 137 77
Binary 1000110 1101110 11111010 1001000 111000 0 10 11100011 1011111 111111

Color Harmonies of #466EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466EFA

Black with #466EFA

Text Example


Text Example

White with #466EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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