Html Css Color HEX #467FFD Royal Blue

📋 copy color: '#467FFD'

red 70 ◦ green 127 ◦ blue 253

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

Shades of Royal Blue #467FFD

Tints of Royal Blue #467FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.22%

R = 15.56%
G = 28.22%
B = 56.22%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#467FFD (or 0x467FFD) is known color: Royal Blue. HEX triplet: 46, 7F and FD. RGB value is (70,127,253). Sum of RGB (Red+Green+Blue) = 70+127+253=450 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.56% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #467FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467FFD is #B98002. Grayscale: #7B7B7B. Windows color (decimal): -12156931 or 16613190. OLE color: 16613190.

HSL color Cylindrical-coordinate representation of color #467FFD: hue angle of 221.31º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467FFD is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 127 253 -
CMYK 0.72 0.50 0 0.01
HSL 221.31º 0.98% 0.63% -
HSV(B) 221.31º 0.72% 0.99% -
XYZ 27.84 23.57 96.01 -
YUV 124.32 200.62 89.25 -
System Red Green Blue C M Y K H S L
Decimal 70 127 253 0.72 0.50 0 0.01 221.31 0.98 0.63
Hex 46 7F FD 48 32 0 1 DD 62 3F
Octal 106 177 375 110 62 0 1 335 142 77
Binary 1000110 1111111 11111101 1001000 110010 0 1 11011101 1100010 111111

Color Harmonies of #467FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467FFD

Black with #467FFD

Text Example


Text Example

White with #467FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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