Html Css Color HEX #467BE1 Royal Blue

📋 copy color: '#467BE1'

red 70 ◦ green 123 ◦ blue 225

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

Shades of Royal Blue #467BE1

Tints of Royal Blue #467BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.83%

R = 16.75%
G = 29.43%
B = 53.83%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#467BE1 (or 0x467BE1) is known color: Royal Blue. HEX triplet: 46, 7B and E1. RGB value is (70,123,225). Sum of RGB (Red+Green+Blue) = 70+123+225=418 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.75% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 225 (88.28% from 255 or 53.83% from 418); Max value from RGB is 225 - color contains mainly: blue. Hex color #467BE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467BE1 is #B9841E. Grayscale: #767676. Windows color (decimal): -12157983 or 14777158. OLE color: 14777158.

HSL color Cylindrical-coordinate representation of color #467BE1: hue angle of 219.48º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #467BE1 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 123 225 -
CMYK 0.69 0.45 0 0.12
HSL 219.48º 0.72% 0.58% -
HSV(B) 219.48º 0.69% 0.88% -
XYZ 23.2 20.9 74.05 -
YUV 118.78 187.94 93.21 -
System Red Green Blue C M Y K H S L
Decimal 70 123 225 0.69 0.45 0 0.12 219.48 0.72 0.58
Hex 46 7B E1 45 2D 0 C DB 48 3A
Octal 106 173 341 105 55 0 14 333 110 72
Binary 1000110 1111011 11100001 1000101 101101 0 1100 11011011 1001000 111010

Color Harmonies of #467BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467BE1

Black with #467BE1

Text Example


Text Example

White with #467BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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