Html Css Color HEX #467CDF Royal Blue

📋 copy color: '#467CDF'

red 70 ◦ green 124 ◦ blue 223

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

Shades of Royal Blue #467CDF

Tints of Royal Blue #467CDF

RGB

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

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

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

R = 16.79%
G = 29.74%
B = 53.48%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#467CDF (or 0x467CDF) is known color: Royal Blue. HEX triplet: 46, 7C and DF. RGB value is (70,124,223). Sum of RGB (Red+Green+Blue) = 70+124+223=417 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.79% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #467CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467CDF is #B98320. Grayscale: #767676. Windows color (decimal): -12157729 or 14646342. OLE color: 14646342.

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

Color convert

RGB 70 124 223 -
CMYK 0.69 0.44 0 0.13
HSL 218.82º 0.71% 0.57% -
HSV(B) 218.82º 0.69% 0.87% -
XYZ 23.05 21.05 72.66 -
YUV 119.14 186.61 92.95 -
System Red Green Blue C M Y K H S L
Decimal 70 124 223 0.69 0.44 0 0.13 218.82 0.71 0.57
Hex 46 7C DF 45 2C 0 D DB 47 39
Octal 106 174 337 105 54 0 15 333 107 71
Binary 1000110 1111100 11011111 1000101 101100 0 1101 11011011 1000111 111001

Color Harmonies of #467CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467CDF

Black with #467CDF

Text Example


Text Example

White with #467CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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