Html Css Color HEX #4072DF Royal Blue

📋 copy color: '#4072DF'

red 64 ◦ green 114 ◦ blue 223

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

Shades of Royal Blue #4072DF

Tints of Royal Blue #4072DF

RGB

 RED value IS 64 (25.39% from 255) = 15.96%

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

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

R = 15.96%
G = 28.43%
B = 55.61%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4072DF (or 0x4072DF) is known color: Royal Blue. HEX triplet: 40, 72 and DF. RGB value is (64,114,223). Sum of RGB (Red+Green+Blue) = 64+114+223=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #4072DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4072DF is #BF8D20. Grayscale: #6E6E6E. Windows color (decimal): -12553505 or 14643776. OLE color: 14643776.

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

Color convert

RGB 64 114 223 -
CMYK 0.71 0.49 0 0.13
HSL 221.13º 0.71% 0.56% -
HSV(B) 221.13º 0.71% 0.87% -
XYZ 21.45 18.45 72.24 -
YUV 111.48 190.94 94.14 -
System Red Green Blue C M Y K H S L
Decimal 64 114 223 0.71 0.49 0 0.13 221.13 0.71 0.56
Hex 40 72 DF 47 31 0 D DD 47 38
Octal 100 162 337 107 61 0 15 335 107 70
Binary 1000000 1110010 11011111 1000111 110001 0 1101 11011101 1000111 111000

Color Harmonies of #4072DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4072DF

Black with #4072DF

Text Example


Text Example

White with #4072DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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