Html Css Color HEX #467AE0 Royal Blue

📋 copy color: '#467AE0'

red 70 ◦ green 122 ◦ blue 224

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

Shades of Royal Blue #467AE0

Tints of Royal Blue #467AE0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.33%

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

R = 16.83%
G = 29.33%
B = 53.85%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#467AE0 (or 0x467AE0) is known color: Royal Blue. HEX triplet: 46, 7A and E0. RGB value is (70,122,224). Sum of RGB (Red+Green+Blue) = 70+122+224=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #467AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467AE0 is #B9851F. Grayscale: #757575. Windows color (decimal): -12158240 or 14711366. OLE color: 14711366.

HSL color Cylindrical-coordinate representation of color #467AE0: hue angle of 219.74º 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 #467AE0 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 122 224 -
CMYK 0.69 0.46 0 0.12
HSL 219.74º 0.71% 0.58% -
HSV(B) 219.74º 0.69% 0.88% -
XYZ 22.94 20.6 73.29 -
YUV 118.08 187.77 93.71 -
System Red Green Blue C M Y K H S L
Decimal 70 122 224 0.69 0.46 0 0.12 219.74 0.71 0.58
Hex 46 7A E0 45 2E 0 C DC 47 3A
Octal 106 172 340 105 56 0 14 334 107 72
Binary 1000110 1111010 11100000 1000101 101110 0 1100 11011100 1000111 111010

Color Harmonies of #467AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467AE0

Black with #467AE0

Text Example


Text Example

White with #467AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467AE0; }

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

 H1.HeaderClassName
 {
   color: #467AE0;
 }
 .AnyTagClassName
 {
   color: #467AE0;
 }
</style>

background-color css

<style>
 a { background-color: #467AE0; }

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

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

border-color css

<style>
 span { border-color: #467AE0; }

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

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