Html Css Color HEX #467BFA Royal Blue

📋 copy color: '#467BFA'

red 70 ◦ green 123 ◦ blue 250

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

Shades of Royal Blue #467BFA

Tints of Royal Blue #467BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.77%

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

R = 15.8%
G = 27.77%
B = 56.43%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#467BFA (or 0x467BFA) is known color: Royal Blue. HEX triplet: 46, 7B and FA. RGB value is (70,123,250). Sum of RGB (Red+Green+Blue) = 70+123+250=443 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.80% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #467BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467BFA is #B98405. Grayscale: #797979. Windows color (decimal): -12157958 or 16415558. OLE color: 16415558.

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

Color convert

RGB 70 123 250 -
CMYK 0.72 0.51 0 0.02
HSL 222.33º 0.95% 0.63% -
HSV(B) 222.33º 0.72% 0.98% -
XYZ 26.86 22.37 93.34 -
YUV 121.63 200.44 91.17 -
System Red Green Blue C M Y K H S L
Decimal 70 123 250 0.72 0.51 0 0.02 222.33 0.95 0.63
Hex 46 7B FA 48 33 0 2 DE 5F 3F
Octal 106 173 372 110 63 0 2 336 137 77
Binary 1000110 1111011 11111010 1001000 110011 0 10 11011110 1011111 111111

Color Harmonies of #467BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467BFA

Black with #467BFA

Text Example


Text Example

White with #467BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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