Html Css Color HEX #467EDD Royal Blue

📋 copy color: '#467EDD'

red 70 ◦ green 126 ◦ blue 221

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

Shades of Royal Blue #467EDD

Tints of Royal Blue #467EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53%

R = 16.79%
G = 30.22%
B = 53%

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

#467EDD (or 0x467EDD) is known color: Royal Blue. HEX triplet: 46, 7E and DD. RGB value is (70,126,221). Sum of RGB (Red+Green+Blue) = 70+126+221=417 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.79% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #467EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467EDD is #B98122. Grayscale: #777777. Windows color (decimal): -12157219 or 14515782. OLE color: 14515782.

HSL color Cylindrical-coordinate representation of color #467EDD: hue angle of 217.75º degrees, saturation: 0.69, 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 #467EDD is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 126 221 -
CMYK 0.68 0.43 0 0.13
HSL 217.75º 0.69% 0.57% -
HSV(B) 217.75º 0.68% 0.87% -
XYZ 23.04 21.44 71.33 -
YUV 120.09 184.95 92.28 -
System Red Green Blue C M Y K H S L
Decimal 70 126 221 0.68 0.43 0 0.13 217.75 0.69 0.57
Hex 46 7E DD 44 2B 0 D DA 45 39
Octal 106 176 335 104 53 0 15 332 105 71
Binary 1000110 1111110 11011101 1000100 101011 0 1101 11011010 1000101 111001

Color Harmonies of #467EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467EDD

Black with #467EDD

Text Example


Text Example

White with #467EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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