Html Css Color HEX #4464DF Royal Blue

📋 copy color: '#4464DF'

red 68 ◦ green 100 ◦ blue 223

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

Shades of Royal Blue #4464DF

Tints of Royal Blue #4464DF

RGB

 RED value IS 68 (26.95% from 255) = 17.39%

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

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

R = 17.39%
G = 25.58%
B = 57.03%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4464DF (or 0x4464DF) is known color: Royal Blue. HEX triplet: 44, 64 and DF. RGB value is (68,100,223). Sum of RGB (Red+Green+Blue) = 68+100+223=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #4464DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4464DF is #BB9B20. Grayscale: #676767. Windows color (decimal): -12294945 or 14640196. OLE color: 14640196.

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

Color convert

RGB 68 100 223 -
CMYK 0.70 0.55 0 0.13
HSL 227.61º 0.71% 0.57% -
HSV(B) 227.61º 0.7% 0.87% -
XYZ 20.26 15.67 71.77 -
YUV 104.45 194.9 102 -
System Red Green Blue C M Y K H S L
Decimal 68 100 223 0.70 0.55 0 0.13 227.61 0.71 0.57
Hex 44 64 DF 46 37 0 D E4 47 39
Octal 104 144 337 106 67 0 15 344 107 71
Binary 1000100 1100100 11011111 1000110 110111 0 1101 11100100 1000111 111001

Color Harmonies of #4464DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4464DF

Black with #4464DF

Text Example


Text Example

White with #4464DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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