Html Css Color HEX #467CFC Royal Blue

📋 copy color: '#467CFC'

red 70 ◦ green 124 ◦ blue 252

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

Shades of Royal Blue #467CFC

Tints of Royal Blue #467CFC

RGB

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

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

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

R = 15.7%
G = 27.8%
B = 56.5%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#467CFC (or 0x467CFC) is known color: Royal Blue. HEX triplet: 46, 7C and FC. RGB value is (70,124,252). Sum of RGB (Red+Green+Blue) = 70+124+252=446 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.70% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #467CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467CFC is #B98303. Grayscale: #797979. Windows color (decimal): -12157700 or 16546886. OLE color: 16546886.

HSL color Cylindrical-coordinate representation of color #467CFC: hue angle of 222.2º 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 #467CFC is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 124 252 -
CMYK 0.72 0.51 0 0.01
HSL 222.2º 0.97% 0.63% -
HSV(B) 222.2º 0.72% 0.99% -
XYZ 27.3 22.75 95.05 -
YUV 122.45 201.11 90.59 -
System Red Green Blue C M Y K H S L
Decimal 70 124 252 0.72 0.51 0 0.01 222.2 0.97 0.63
Hex 46 7C FC 48 33 0 1 DE 61 3F
Octal 106 174 374 110 63 0 1 336 141 77
Binary 1000110 1111100 11111100 1001000 110011 0 1 11011110 1100001 111111

Color Harmonies of #467CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467CFC

Black with #467CFC

Text Example


Text Example

White with #467CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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