Html Css Color HEX #467FEB Royal Blue

📋 copy color: '#467FEB'

red 70 ◦ green 127 ◦ blue 235

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

Shades of Royal Blue #467FEB

Tints of Royal Blue #467FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.4%

R = 16.2%
G = 29.4%
B = 54.4%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#467FEB (or 0x467FEB) is known color: Royal Blue. HEX triplet: 46, 7F and EB. RGB value is (70,127,235). Sum of RGB (Red+Green+Blue) = 70+127+235=432 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.20% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #467FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467FEB is #B98014. Grayscale: #797979. Windows color (decimal): -12156949 or 15433542. OLE color: 15433542.

HSL color Cylindrical-coordinate representation of color #467FEB: hue angle of 219.27º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #467FEB is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 127 235 -
CMYK 0.70 0.46 0 0.08
HSL 219.27º 0.8% 0.6% -
HSV(B) 219.27º 0.7% 0.92% -
XYZ 25.11 22.48 81.61 -
YUV 122.27 191.62 90.72 -
System Red Green Blue C M Y K H S L
Decimal 70 127 235 0.70 0.46 0 0.08 219.27 0.8 0.6
Hex 46 7F EB 46 2E 0 8 DB 50 3C
Octal 106 177 353 106 56 0 10 333 120 74
Binary 1000110 1111111 11101011 1000110 101110 0 1000 11011011 1010000 111100

Color Harmonies of #467FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467FEB

Black with #467FEB

Text Example


Text Example

White with #467FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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