Html Css Color HEX #467CEF Royal Blue

📋 copy color: '#467CEF'

red 70 ◦ green 124 ◦ blue 239

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

Shades of Royal Blue #467CEF

Tints of Royal Blue #467CEF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.64%

 BLUE value IS 239 (93.75% from 255) = 55.2%

R = 16.17%
G = 28.64%
B = 55.2%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#467CEF (or 0x467CEF) is known color: Royal Blue. HEX triplet: 46, 7C and EF. RGB value is (70,124,239). Sum of RGB (Red+Green+Blue) = 70+124+239=433 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.17% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #467CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467CEF is #B98310. Grayscale: #787878. Windows color (decimal): -12157713 or 15694918. OLE color: 15694918.

HSL color Cylindrical-coordinate representation of color #467CEF: hue angle of 220.83º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #467CEF is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 124 239 -
CMYK 0.71 0.48 0 0.06
HSL 220.83º 0.84% 0.61% -
HSV(B) 220.83º 0.71% 0.94% -
XYZ 25.31 21.95 84.56 -
YUV 120.96 194.61 91.65 -
System Red Green Blue C M Y K H S L
Decimal 70 124 239 0.71 0.48 0 0.06 220.83 0.84 0.61
Hex 46 7C EF 47 30 0 6 DD 54 3D
Octal 106 174 357 107 60 0 6 335 124 75
Binary 1000110 1111100 11101111 1000111 110000 0 110 11011101 1010100 111101

Color Harmonies of #467CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467CEF

Black with #467CEF

Text Example


Text Example

White with #467CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,124,239); }

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

background-color css

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

 a { background-color: rgb(70,124,239); }

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

border-color css

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

 span { border-color: rgb(70,124,239); }

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