Html Css Color HEX #467EDF Royal Blue

📋 copy color: '#467EDF'

red 70 ◦ green 126 ◦ blue 223

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

Shades of Royal Blue #467EDF

Tints of Royal Blue #467EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

 BLUE value IS 223 (87.5% from 255) = 53.22%

R = 16.71%
G = 30.07%
B = 53.22%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#467EDF (or 0x467EDF) is known color: Royal Blue. HEX triplet: 46, 7E and DF. RGB value is (70,126,223). Sum of RGB (Red+Green+Blue) = 70+126+223=419 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.71% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #467EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467EDF is #B98120. Grayscale: #777777. Windows color (decimal): -12157217 or 14646854. OLE color: 14646854.

HSL color Cylindrical-coordinate representation of color #467EDF: hue angle of 218.04º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #467EDF is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 126 223 -
CMYK 0.69 0.43 0 0.13
HSL 218.04º 0.71% 0.57% -
HSV(B) 218.04º 0.69% 0.87% -
XYZ 23.31 21.55 72.74 -
YUV 120.31 185.95 92.11 -
System Red Green Blue C M Y K H S L
Decimal 70 126 223 0.69 0.43 0 0.13 218.04 0.71 0.57
Hex 46 7E DF 45 2B 0 D DA 47 39
Octal 106 176 337 105 53 0 15 332 107 71
Binary 1000110 1111110 11011111 1000101 101011 0 1101 11011010 1000111 111001

Color Harmonies of #467EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467EDF

Black with #467EDF

Text Example


Text Example

White with #467EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,126,223); }

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

background-color css

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

 a { background-color: rgb(70,126,223); }

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

border-color css

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

 span { border-color: rgb(70,126,223); }

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