Html Css Color HEX #467EDE Royal Blue

📋 copy color: '#467EDE'

red 70 ◦ green 126 ◦ blue 222

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

Shades of Royal Blue #467EDE

Tints of Royal Blue #467EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.11%

R = 16.75%
G = 30.14%
B = 53.11%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#467EDE (or 0x467EDE) is known color: Royal Blue. HEX triplet: 46, 7E and DE. RGB value is (70,126,222). Sum of RGB (Red+Green+Blue) = 70+126+222=418 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.75% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #467EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467EDE is #B98121. Grayscale: #777777. Windows color (decimal): -12157218 or 14581318. OLE color: 14581318.

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

Color convert

RGB 70 126 222 -
CMYK 0.68 0.43 0 0.13
HSL 217.89º 0.7% 0.57% -
HSV(B) 217.89º 0.68% 0.87% -
XYZ 23.17 21.5 72.04 -
YUV 120.2 185.45 92.19 -
System Red Green Blue C M Y K H S L
Decimal 70 126 222 0.68 0.43 0 0.13 217.89 0.7 0.57
Hex 46 7E DE 44 2B 0 D DA 46 39
Octal 106 176 336 104 53 0 15 332 106 71
Binary 1000110 1111110 11011110 1000100 101011 0 1101 11011010 1000110 111001

Color Harmonies of #467EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467EDE

Black with #467EDE

Text Example


Text Example

White with #467EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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