Html Css Color HEX #467AE8 Royal Blue

📋 copy color: '#467AE8'

red 70 ◦ green 122 ◦ blue 232

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

Shades of Royal Blue #467AE8

Tints of Royal Blue #467AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 54.72%

R = 16.51%
G = 28.77%
B = 54.72%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#467AE8 (or 0x467AE8) is known color: Royal Blue. HEX triplet: 46, 7A and E8. RGB value is (70,122,232). Sum of RGB (Red+Green+Blue) = 70+122+232=424 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.51% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 232 (91.02% from 255 or 54.72% from 424); Max value from RGB is 232 - color contains mainly: blue. Hex color #467AE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467AE8 is #B98517. Grayscale: #767676. Windows color (decimal): -12158232 or 15235654. OLE color: 15235654.

HSL color Cylindrical-coordinate representation of color #467AE8: hue angle of 220.74º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #467AE8 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 70 122 232 -
CMYK 0.70 0.47 0 0.09
HSL 220.74º 0.78% 0.59% -
HSV(B) 220.74º 0.7% 0.91% -
XYZ 24.05 21.05 79.14 -
YUV 118.99 191.77 93.06 -
System Red Green Blue C M Y K H S L
Decimal 70 122 232 0.70 0.47 0 0.09 220.74 0.78 0.59
Hex 46 7A E8 46 2F 0 9 DD 4E 3B
Octal 106 172 350 106 57 0 11 335 116 73
Binary 1000110 1111010 11101000 1000110 101111 0 1001 11011101 1001110 111011

Color Harmonies of #467AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467AE8

Black with #467AE8

Text Example


Text Example

White with #467AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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