Html Css Color HEX #467FDD Royal Blue

📋 copy color: '#467FDD'

red 70 ◦ green 127 ◦ blue 221

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

Shades of Royal Blue #467FDD

Tints of Royal Blue #467FDD

RGB

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

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

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

R = 16.75%
G = 30.38%
B = 52.87%

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

#467FDD (or 0x467FDD) is known color: Royal Blue. HEX triplet: 46, 7F and DD. RGB value is (70,127,221). Sum of RGB (Red+Green+Blue) = 70+127+221=418 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.75% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #467FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FDD is #B98022. Grayscale: #787878. Windows color (decimal): -12156963 or 14516038. OLE color: 14516038.

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

Color convert

RGB 70 127 221 -
CMYK 0.68 0.43 0 0.13
HSL 217.35º 0.69% 0.57% -
HSV(B) 217.35º 0.68% 0.87% -
XYZ 23.17 21.7 71.37 -
YUV 120.67 184.62 91.86 -
System Red Green Blue C M Y K H S L
Decimal 70 127 221 0.68 0.43 0 0.13 217.35 0.69 0.57
Hex 46 7F DD 44 2B 0 D D9 45 39
Octal 106 177 335 104 53 0 15 331 105 71
Binary 1000110 1111111 11011101 1000100 101011 0 1101 11011001 1000101 111001

Color Harmonies of #467FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467FDD

Black with #467FDD

Text Example


Text Example

White with #467FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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