Html Css Color HEX #467CFA Royal Blue

📋 copy color: '#467CFA'

red 70 ◦ green 124 ◦ blue 250

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

Shades of Royal Blue #467CFA

Tints of Royal Blue #467CFA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.93%

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

R = 15.77%
G = 27.93%
B = 56.31%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#467CFA (or 0x467CFA) is known color: Royal Blue. HEX triplet: 46, 7C and FA. RGB value is (70,124,250). Sum of RGB (Red+Green+Blue) = 70+124+250=444 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.77% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #467CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467CFA is #B98305. Grayscale: #797979. Windows color (decimal): -12157702 or 16415814. OLE color: 16415814.

HSL color Cylindrical-coordinate representation of color #467CFA: hue angle of 222º 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 #467CFA is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 124 250 -
CMYK 0.72 0.50 0 0.02
HSL 222º 0.95% 0.63% -
HSV(B) 222º 0.72% 0.98% -
XYZ 26.99 22.62 93.39 -
YUV 122.22 200.11 90.75 -
System Red Green Blue C M Y K H S L
Decimal 70 124 250 0.72 0.50 0 0.02 222 0.95 0.63
Hex 46 7C FA 48 32 0 2 DE 5F 3F
Octal 106 174 372 110 62 0 2 336 137 77
Binary 1000110 1111100 11111010 1001000 110010 0 10 11011110 1011111 111111

Color Harmonies of #467CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467CFA

Black with #467CFA

Text Example


Text Example

White with #467CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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