Html Css Color HEX #467DF5 Royal Blue

📋 copy color: '#467DF5'

red 70 ◦ green 125 ◦ blue 245

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

Shades of Royal Blue #467DF5

Tints of Royal Blue #467DF5

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.41%

 BLUE value IS 245 (96.09% from 255) = 55.68%

R = 15.91%
G = 28.41%
B = 55.68%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#467DF5 (or 0x467DF5) is known color: Royal Blue. HEX triplet: 46, 7D and F5. RGB value is (70,125,245). Sum of RGB (Red+Green+Blue) = 70+125+245=440 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.91% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 245 (96.09% from 255 or 55.68% from 440); Max value from RGB is 245 - color contains mainly: blue. Hex color #467DF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467DF5 is #B9820A. Grayscale: #797979. Windows color (decimal): -12157451 or 16088390. OLE color: 16088390.

HSL color Cylindrical-coordinate representation of color #467DF5: hue angle of 221.14º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #467DF5 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 70 125 245 -
CMYK 0.71 0.49 0 0.04
HSL 221.14º 0.9% 0.62% -
HSV(B) 221.14º 0.71% 0.96% -
XYZ 26.34 22.56 89.35 -
YUV 122.24 197.28 90.74 -
System Red Green Blue C M Y K H S L
Decimal 70 125 245 0.71 0.49 0 0.04 221.14 0.9 0.62
Hex 46 7D F5 47 31 0 4 DD 5A 3E
Octal 106 175 365 107 61 0 4 335 132 76
Binary 1000110 1111101 11110101 1000111 110001 0 100 11011101 1011010 111110

Color Harmonies of #467DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467DF5

Black with #467DF5

Text Example


Text Example

White with #467DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,125,245); }

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

background-color css

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

 a { background-color: rgb(70,125,245); }

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

border-color css

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

 span { border-color: rgb(70,125,245); }

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