Html Css Color HEX #467AF2 Royal Blue

📋 copy color: '#467AF2'

red 70 ◦ green 122 ◦ blue 242

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

Shades of Royal Blue #467AF2

Tints of Royal Blue #467AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.76%

R = 16.13%
G = 28.11%
B = 55.76%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#467AF2 (or 0x467AF2) is known color: Royal Blue. HEX triplet: 46, 7A and F2. RGB value is (70,122,242). Sum of RGB (Red+Green+Blue) = 70+122+242=434 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.13% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #467AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467AF2 is #B9850D. Grayscale: #777777. Windows color (decimal): -12158222 or 15891014. OLE color: 15891014.

HSL color Cylindrical-coordinate representation of color #467AF2: hue angle of 221.86º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #467AF2 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 70 122 242 -
CMYK 0.71 0.50 0 0.05
HSL 221.86º 0.87% 0.61% -
HSV(B) 221.86º 0.71% 0.95% -
XYZ 25.51 21.63 86.84 -
YUV 120.13 196.77 92.24 -
System Red Green Blue C M Y K H S L
Decimal 70 122 242 0.71 0.50 0 0.05 221.86 0.87 0.61
Hex 46 7A F2 47 32 0 5 DE 57 3D
Octal 106 172 362 107 62 0 5 336 127 75
Binary 1000110 1111010 11110010 1000111 110010 0 101 11011110 1010111 111101

Color Harmonies of #467AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467AF2

Black with #467AF2

Text Example


Text Example

White with #467AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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