Html Css Color HEX #4864DF Royal Blue

📋 copy color: '#4864DF'

red 72 ◦ green 100 ◦ blue 223

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

Shades of Royal Blue #4864DF

Tints of Royal Blue #4864DF

RGB

 RED value IS 72 (28.52% from 255) = 18.23%

 GREEN value IS 100 (39.45% from 255) = 25.32%

 BLUE value IS 223 (87.5% from 255) = 56.46%

R = 18.23%
G = 25.32%
B = 56.46%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4864DF (or 0x4864DF) is known color: Royal Blue. HEX triplet: 48, 64 and DF. RGB value is (72,100,223). Sum of RGB (Red+Green+Blue) = 72+100+223=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #4864DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4864DF is #B79B20. Grayscale: #696969. Windows color (decimal): -12032801 or 14640200. OLE color: 14640200.

HSL color Cylindrical-coordinate representation of color #4864DF: hue angle of 228.87º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4864DF is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 100 223 -
CMYK 0.68 0.55 0 0.13
HSL 228.87º 0.7% 0.58% -
HSV(B) 228.87º 0.68% 0.87% -
XYZ 20.55 15.82 71.78 -
YUV 105.65 194.22 104 -
System Red Green Blue C M Y K H S L
Decimal 72 100 223 0.68 0.55 0 0.13 228.87 0.7 0.58
Hex 48 64 DF 44 37 0 D E5 46 3A
Octal 110 144 337 104 67 0 15 345 106 72
Binary 1001000 1100100 11011111 1000100 110111 0 1101 11100101 1000110 111010

Color Harmonies of #4864DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4864DF

Black with #4864DF

Text Example


Text Example

White with #4864DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4864DF; }

 p { color: rgb(72,100,223); }

 H1.HeaderClassName
 {
   color: #4864DF;
 }
 .AnyTagClassName
 {
   color: #4864DF;
 }
</style>

background-color css

<style>
 a { background-color: #4864DF; }

 a { background-color: rgb(72,100,223); }

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

border-color css

<style>
 span { border-color: #4864DF; }

 span { border-color: rgb(72,100,223); }

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