Html Css Color HEX #467AFE Royal Blue

📋 copy color: '#467AFE'

red 70 ◦ green 122 ◦ blue 254

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

Shades of Royal Blue #467AFE

Tints of Royal Blue #467AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.95%

R = 15.7%
G = 27.35%
B = 56.95%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#467AFE (or 0x467AFE) is known color: Royal Blue. HEX triplet: 46, 7A and FE. RGB value is (70,122,254). Sum of RGB (Red+Green+Blue) = 70+122+254=446 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.70% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #467AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467AFE is #B98501. Grayscale: #787878. Windows color (decimal): -12158210 or 16677446. OLE color: 16677446.

HSL color Cylindrical-coordinate representation of color #467AFE: hue angle of 223.04º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467AFE is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 70 122 254 -
CMYK 0.72 0.52 0 0.00
HSL 223.04º 0.99% 0.64% -
HSV(B) 223.04º 0.72% 1% -
XYZ 27.37 22.38 96.64 -
YUV 121.5 202.77 91.27 -
System Red Green Blue C M Y K H S L
Decimal 70 122 254 0.72 0.52 0 0.00 223.04 0.99 0.64
Hex 46 7A FE 48 34 0 0 DF 63 40
Octal 106 172 376 110 64 0 0 337 143 100
Binary 1000110 1111010 11111110 1001000 110100 0 0 11011111 1100011 1000000

Color Harmonies of #467AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467AFE

Black with #467AFE

Text Example


Text Example

White with #467AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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