Html Css Color HEX #467FDF Royal Blue

📋 copy color: '#467FDF'

red 70 ◦ green 127 ◦ blue 223

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

Shades of Royal Blue #467FDF

Tints of Royal Blue #467FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 30.24%

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

R = 16.67%
G = 30.24%
B = 53.1%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#467FDF (or 0x467FDF) is known color: Royal Blue. HEX triplet: 46, 7F and DF. RGB value is (70,127,223). Sum of RGB (Red+Green+Blue) = 70+127+223=420 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.67% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #467FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FDF is #B98020. Grayscale: #787878. Windows color (decimal): -12156961 or 14647110. OLE color: 14647110.

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

Color convert

RGB 70 127 223 -
CMYK 0.69 0.43 0 0.13
HSL 217.65º 0.71% 0.57% -
HSV(B) 217.65º 0.69% 0.87% -
XYZ 23.43 21.81 72.79 -
YUV 120.9 185.62 91.69 -
System Red Green Blue C M Y K H S L
Decimal 70 127 223 0.69 0.43 0 0.13 217.65 0.71 0.57
Hex 46 7F DF 45 2B 0 D DA 47 39
Octal 106 177 337 105 53 0 15 332 107 71
Binary 1000110 1111111 11011111 1000101 101011 0 1101 11011010 1000111 111001

Color Harmonies of #467FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467FDF

Black with #467FDF

Text Example


Text Example

White with #467FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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