Html Css Color HEX #467AF0 Royal Blue

📋 copy color: '#467AF0'

red 70 ◦ green 122 ◦ blue 240

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

Shades of Royal Blue #467AF0

Tints of Royal Blue #467AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.56%

R = 16.2%
G = 28.24%
B = 55.56%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#467AF0 (or 0x467AF0) is known color: Royal Blue. HEX triplet: 46, 7A and F0. RGB value is (70,122,240). Sum of RGB (Red+Green+Blue) = 70+122+240=432 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.20% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 240 (94.14% from 255 or 55.56% from 432); Max value from RGB is 240 - color contains mainly: blue. Hex color #467AF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467AF0 is #B9850F. Grayscale: #777777. Windows color (decimal): -12158224 or 15759942. OLE color: 15759942.

HSL color Cylindrical-coordinate representation of color #467AF0: hue angle of 221.65º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #467AF0 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 122 240 -
CMYK 0.71 0.49 0 0.06
HSL 221.65º 0.85% 0.61% -
HSV(B) 221.65º 0.71% 0.94% -
XYZ 25.21 21.51 85.26 -
YUV 119.9 195.77 92.41 -
System Red Green Blue C M Y K H S L
Decimal 70 122 240 0.71 0.49 0 0.06 221.65 0.85 0.61
Hex 46 7A F0 47 31 0 6 DE 55 3D
Octal 106 172 360 107 61 0 6 336 125 75
Binary 1000110 1111010 11110000 1000111 110001 0 110 11011110 1010101 111101

Color Harmonies of #467AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467AF0

Black with #467AF0

Text Example


Text Example

White with #467AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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