Html Css Color HEX #467EDC Royal Blue

📋 copy color: '#467EDC'

red 70 ◦ green 126 ◦ blue 220

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

Shades of Royal Blue #467EDC

Tints of Royal Blue #467EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 16.83%
G = 30.29%
B = 52.88%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#467EDC (or 0x467EDC) is known color: Royal Blue. HEX triplet: 46, 7E and DC. RGB value is (70,126,220). Sum of RGB (Red+Green+Blue) = 70+126+220=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #467EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467EDC is #B98123. Grayscale: #777777. Windows color (decimal): -12157220 or 14450246. OLE color: 14450246.

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

Color convert

RGB 70 126 220 -
CMYK 0.68 0.43 0 0.14
HSL 217.6º 0.68% 0.57% -
HSV(B) 217.6º 0.68% 0.86% -
XYZ 22.9 21.39 70.63 -
YUV 119.97 184.45 92.36 -
System Red Green Blue C M Y K H S L
Decimal 70 126 220 0.68 0.43 0 0.14 217.6 0.68 0.57
Hex 46 7E DC 44 2B 0 E DA 44 39
Octal 106 176 334 104 53 0 16 332 104 71
Binary 1000110 1111110 11011100 1000100 101011 0 1110 11011010 1000100 111001

Color Harmonies of #467EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467EDC

Black with #467EDC

Text Example


Text Example

White with #467EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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