Html Css Color HEX #467BEC Royal Blue

📋 copy color: '#467BEC'

red 70 ◦ green 123 ◦ blue 236

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

Shades of Royal Blue #467BEC

Tints of Royal Blue #467BEC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.67%

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 16.32%
G = 28.67%
B = 55.01%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#467BEC (or 0x467BEC) is known color: Royal Blue. HEX triplet: 46, 7B and EC. RGB value is (70,123,236). Sum of RGB (Red+Green+Blue) = 70+123+236=429 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.32% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #467BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467BEC is #B98413. Grayscale: #777777. Windows color (decimal): -12157972 or 15498054. OLE color: 15498054.

HSL color Cylindrical-coordinate representation of color #467BEC: hue angle of 220.84º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #467BEC is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 123 236 -
CMYK 0.70 0.48 0 0.07
HSL 220.84º 0.81% 0.6% -
HSV(B) 220.84º 0.7% 0.93% -
XYZ 24.75 21.52 82.21 -
YUV 120.04 193.44 92.31 -
System Red Green Blue C M Y K H S L
Decimal 70 123 236 0.70 0.48 0 0.07 220.84 0.81 0.6
Hex 46 7B EC 46 30 0 7 DD 51 3C
Octal 106 173 354 106 60 0 7 335 121 74
Binary 1000110 1111011 11101100 1000110 110000 0 111 11011101 1010001 111100

Color Harmonies of #467BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467BEC

Black with #467BEC

Text Example


Text Example

White with #467BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,123,236); }

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

background-color css

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

 a { background-color: rgb(70,123,236); }

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

border-color css

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

 span { border-color: rgb(70,123,236); }

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