Html Css Color HEX #467DE8 Royal Blue

📋 copy color: '#467DE8'

red 70 ◦ green 125 ◦ blue 232

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

Shades of Royal Blue #467DE8

Tints of Royal Blue #467DE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 54.33%

R = 16.39%
G = 29.27%
B = 54.33%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#467DE8 (or 0x467DE8) is known color: Royal Blue. HEX triplet: 46, 7D and E8. RGB value is (70,125,232). Sum of RGB (Red+Green+Blue) = 70+125+232=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 232 (91.02% from 255 or 54.33% from 427); Max value from RGB is 232 - color contains mainly: blue. Hex color #467DE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467DE8 is #B98217. Grayscale: #787878. Windows color (decimal): -12157464 or 15236422. OLE color: 15236422.

HSL color Cylindrical-coordinate representation of color #467DE8: hue angle of 219.63º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #467DE8 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 70 125 232 -
CMYK 0.70 0.46 0 0.09
HSL 219.63º 0.78% 0.59% -
HSV(B) 219.63º 0.7% 0.91% -
XYZ 24.42 21.8 79.26 -
YUV 120.75 190.78 91.8 -
System Red Green Blue C M Y K H S L
Decimal 70 125 232 0.70 0.46 0 0.09 219.63 0.78 0.59
Hex 46 7D E8 46 2E 0 9 DC 4E 3B
Octal 106 175 350 106 56 0 11 334 116 73
Binary 1000110 1111101 11101000 1000110 101110 0 1001 11011100 1001110 111011

Color Harmonies of #467DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467DE8

Black with #467DE8

Text Example


Text Example

White with #467DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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