Html Css Color HEX #467BFF Royal Blue

📋 copy color: '#467BFF'

red 70 ◦ green 123 ◦ blue 255

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

Shades of Royal Blue #467BFF

Tints of Royal Blue #467BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.92%

R = 15.63%
G = 27.46%
B = 56.92%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#467BFF (or 0x467BFF) is known color: Royal Blue. HEX triplet: 46, 7B and FF. RGB value is (70,123,255). Sum of RGB (Red+Green+Blue) = 70+123+255=448 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.62% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #467BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467BFF is #B98400. Grayscale: #797979. Windows color (decimal): -12157953 or 16743238. OLE color: 16743238.

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

Color convert

RGB 70 123 255 -
CMYK 0.73 0.52 0 0
HSL 222.81º 1% 0.64% -
HSV(B) 222.81º 0.73% 1% -
XYZ 27.66 22.69 97.53 -
YUV 122.2 202.94 90.77 -
System Red Green Blue C M Y K H S L
Decimal 70 123 255 0.73 0.52 0 0 222.81 1 0.64
Hex 46 7B FF 49 34 0 0 DF 64 40
Octal 106 173 377 111 64 0 0 337 144 100
Binary 1000110 1111011 11111111 1001001 110100 0 0 11011111 1100100 1000000

Color Harmonies of #467BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467BFF

Black with #467BFF

Text Example


Text Example

White with #467BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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