Html Css Color HEX #467CDC Royal Blue

📋 copy color: '#467CDC'

red 70 ◦ green 124 ◦ blue 220

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

Shades of Royal Blue #467CDC

Tints of Royal Blue #467CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.95%

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

R = 16.91%
G = 29.95%
B = 53.14%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#467CDC (or 0x467CDC) is known color: Royal Blue. HEX triplet: 46, 7C and DC. RGB value is (70,124,220). Sum of RGB (Red+Green+Blue) = 70+124+220=414 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.91% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #467CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467CDC is #B98323. Grayscale: #767676. Windows color (decimal): -12157732 or 14449734. OLE color: 14449734.

HSL color Cylindrical-coordinate representation of color #467CDC: hue angle of 218.4º 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 #467CDC is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 124 220 -
CMYK 0.68 0.44 0 0.14
HSL 218.4º 0.68% 0.57% -
HSV(B) 218.4º 0.68% 0.86% -
XYZ 22.65 20.88 70.55 -
YUV 118.8 185.11 93.19 -
System Red Green Blue C M Y K H S L
Decimal 70 124 220 0.68 0.44 0 0.14 218.4 0.68 0.57
Hex 46 7C DC 44 2C 0 E DA 44 39
Octal 106 174 334 104 54 0 16 332 104 71
Binary 1000110 1111100 11011100 1000100 101100 0 1110 11011010 1000100 111001

Color Harmonies of #467CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467CDC

Black with #467CDC

Text Example


Text Example

White with #467CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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