Html Css Color HEX #4472DF Royal Blue

📋 copy color: '#4472DF'

red 68 ◦ green 114 ◦ blue 223

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

Shades of Royal Blue #4472DF

Tints of Royal Blue #4472DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

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

R = 16.79%
G = 28.15%
B = 55.06%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4472DF (or 0x4472DF) is known color: Royal Blue. HEX triplet: 44, 72 and DF. RGB value is (68,114,223). Sum of RGB (Red+Green+Blue) = 68+114+223=405 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.79% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #4472DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4472DF is #BB8D20. Grayscale: #707070. Windows color (decimal): -12291361 or 14643780. OLE color: 14643780.

HSL color Cylindrical-coordinate representation of color #4472DF: hue angle of 222.19º 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 #4472DF is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 114 223 -
CMYK 0.70 0.49 0 0.13
HSL 222.19º 0.71% 0.57% -
HSV(B) 222.19º 0.7% 0.87% -
XYZ 21.72 18.59 72.26 -
YUV 112.67 190.26 96.14 -
System Red Green Blue C M Y K H S L
Decimal 68 114 223 0.70 0.49 0 0.13 222.19 0.71 0.57
Hex 44 72 DF 46 31 0 D DE 47 39
Octal 104 162 337 106 61 0 15 336 107 71
Binary 1000100 1110010 11011111 1000110 110001 0 1101 11011110 1000111 111001

Color Harmonies of #4472DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4472DF

Black with #4472DF

Text Example


Text Example

White with #4472DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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