Html Css Color HEX #467BEF Royal Blue

📋 copy color: '#467BEF'

red 70 ◦ green 123 ◦ blue 239

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

Shades of Royal Blue #467BEF

Tints of Royal Blue #467BEF

RGB

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

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

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

R = 16.2%
G = 28.47%
B = 55.32%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#467BEF (or 0x467BEF) is known color: Royal Blue. HEX triplet: 46, 7B and EF. RGB value is (70,123,239). Sum of RGB (Red+Green+Blue) = 70+123+239=432 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.20% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #467BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467BEF is #B98410. Grayscale: #777777. Windows color (decimal): -12157969 or 15694662. OLE color: 15694662.

HSL color Cylindrical-coordinate representation of color #467BEF: hue angle of 221.18º 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 #467BEF is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 123 239 -
CMYK 0.71 0.49 0 0.06
HSL 221.18º 0.84% 0.61% -
HSV(B) 221.18º 0.71% 0.94% -
XYZ 25.19 21.7 84.52 -
YUV 120.38 194.94 92.07 -
System Red Green Blue C M Y K H S L
Decimal 70 123 239 0.71 0.49 0 0.06 221.18 0.84 0.61
Hex 46 7B EF 47 31 0 6 DD 54 3D
Octal 106 173 357 107 61 0 6 335 124 75
Binary 1000110 1111011 11101111 1000111 110001 0 110 11011101 1010100 111101

Color Harmonies of #467BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467BEF

Black with #467BEF

Text Example


Text Example

White with #467BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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