Html Css Color HEX #467FFC Royal Blue

📋 copy color: '#467FFC'

red 70 ◦ green 127 ◦ blue 252

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

Shades of Royal Blue #467FFC

Tints of Royal Blue #467FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 28.29%

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

R = 15.59%
G = 28.29%
B = 56.12%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#467FFC (or 0x467FFC) is known color: Royal Blue. HEX triplet: 46, 7F and FC. RGB value is (70,127,252). Sum of RGB (Red+Green+Blue) = 70+127+252=449 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.59% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #467FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467FFC is #B98003. Grayscale: #7B7B7B. Windows color (decimal): -12156932 or 16547654. OLE color: 16547654.

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

Color convert

RGB 70 127 252 -
CMYK 0.72 0.50 0 0.01
HSL 221.21º 0.97% 0.63% -
HSV(B) 221.21º 0.72% 0.99% -
XYZ 27.69 23.51 95.17 -
YUV 124.21 200.12 89.34 -
System Red Green Blue C M Y K H S L
Decimal 70 127 252 0.72 0.50 0 0.01 221.21 0.97 0.63
Hex 46 7F FC 48 32 0 1 DD 61 3F
Octal 106 177 374 110 62 0 1 335 141 77
Binary 1000110 1111111 11111100 1001000 110010 0 1 11011101 1100001 111111

Color Harmonies of #467FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467FFC

Black with #467FFC

Text Example


Text Example

White with #467FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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