Html Css Color HEX #467EFC Royal Blue

📋 copy color: '#467EFC'

red 70 ◦ green 126 ◦ blue 252

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

Shades of Royal Blue #467EFC

Tints of Royal Blue #467EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.13%

 BLUE value IS 252 (98.83% from 255) = 56.25%

R = 15.63%
G = 28.13%
B = 56.25%

CMYK

 C value IS 0.72

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#467EFC (or 0x467EFC) is known color: Royal Blue. HEX triplet: 46, 7E and FC. RGB value is (70,126,252). Sum of RGB (Red+Green+Blue) = 70+126+252=448 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.62% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #467EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467EFC is #B98103. Grayscale: #7B7B7B. Windows color (decimal): -12157188 or 16547398. OLE color: 16547398.

HSL color Cylindrical-coordinate representation of color #467EFC: hue angle of 221.54º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467EFC is Cyan = 0.72, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 126 252 -
CMYK 0.72 0.5 0 0.01
HSL 221.54º 0.97% 0.63% -
HSV(B) 221.54º 0.72% 0.99% -
XYZ 27.56 23.25 95.13 -
YUV 123.62 200.45 89.75 -
System Red Green Blue C M Y K H S L
Decimal 70 126 252 0.72 0.5 0 0.01 221.54 0.97 0.63
Hex 46 7E FC 48 32 0 1 DE 61 3F
Octal 106 176 374 110 62 0 1 336 141 77
Binary 1000110 1111110 11111100 1001000 110010 0 1 11011110 1100001 111111

Color Harmonies of #467EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467EFC

Black with #467EFC

Text Example


Text Example

White with #467EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,126,252); }

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

background-color css

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

 a { background-color: rgb(70,126,252); }

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

border-color css

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

 span { border-color: rgb(70,126,252); }

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