Html Css Color HEX #467AF8 Royal Blue

📋 copy color: '#467AF8'

red 70 ◦ green 122 ◦ blue 248

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

Shades of Royal Blue #467AF8

Tints of Royal Blue #467AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 56.36%

R = 15.91%
G = 27.73%
B = 56.36%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#467AF8 (or 0x467AF8) is known color: Royal Blue. HEX triplet: 46, 7A and F8. RGB value is (70,122,248). Sum of RGB (Red+Green+Blue) = 70+122+248=440 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.91% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 248 (97.27% from 255 or 56.36% from 440); Max value from RGB is 248 - color contains mainly: blue. Hex color #467AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467AF8 is #B98507. Grayscale: #787878. Windows color (decimal): -12158216 or 16284230. OLE color: 16284230.

HSL color Cylindrical-coordinate representation of color #467AF8: hue angle of 222.47º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467AF8 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 70 122 248 -
CMYK 0.72 0.51 0 0.03
HSL 222.47º 0.93% 0.62% -
HSV(B) 222.47º 0.72% 0.97% -
XYZ 26.43 22 91.66 -
YUV 120.82 199.77 91.75 -
System Red Green Blue C M Y K H S L
Decimal 70 122 248 0.72 0.51 0 0.03 222.47 0.93 0.62
Hex 46 7A F8 48 33 0 3 DE 5D 3E
Octal 106 172 370 110 63 0 3 336 135 76
Binary 1000110 1111010 11111000 1001000 110011 0 11 11011110 1011101 111110

Color Harmonies of #467AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467AF8

Black with #467AF8

Text Example


Text Example

White with #467AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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