Html Css Color HEX #467FFA Royal Blue

📋 copy color: '#467FFA'

red 70 ◦ green 127 ◦ blue 250

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

Shades of Royal Blue #467FFA

Tints of Royal Blue #467FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 28.41%

 BLUE value IS 250 (98.05% from 255) = 55.93%

R = 15.66%
G = 28.41%
B = 55.93%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#467FFA (or 0x467FFA) is known color: Royal Blue. HEX triplet: 46, 7F and FA. RGB value is (70,127,250). Sum of RGB (Red+Green+Blue) = 70+127+250=447 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.66% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #467FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467FFA is #B98005. Grayscale: #7B7B7B. Windows color (decimal): -12156934 or 16416582. OLE color: 16416582.

HSL color Cylindrical-coordinate representation of color #467FFA: hue angle of 221º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467FFA is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 127 250 -
CMYK 0.72 0.49 0 0.02
HSL 221º 0.95% 0.63% -
HSV(B) 221º 0.72% 0.98% -
XYZ 27.37 23.38 93.51 -
YUV 123.98 199.12 89.5 -
System Red Green Blue C M Y K H S L
Decimal 70 127 250 0.72 0.49 0 0.02 221 0.95 0.63
Hex 46 7F FA 48 31 0 2 DD 5F 3F
Octal 106 177 372 110 61 0 2 335 137 77
Binary 1000110 1111111 11111010 1001000 110001 0 10 11011101 1011111 111111

Color Harmonies of #467FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467FFA

Black with #467FFA

Text Example


Text Example

White with #467FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,127,250); }

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

background-color css

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

 a { background-color: rgb(70,127,250); }

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

border-color css

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

 span { border-color: rgb(70,127,250); }

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