Html Css Color HEX #4072FD Royal Blue

📋 copy color: '#4072FD'

red 64 ◦ green 114 ◦ blue 253

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

Shades of Royal Blue #4072FD

Tints of Royal Blue #4072FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.7%

R = 14.85%
G = 26.45%
B = 58.7%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4072FD (or 0x4072FD) is known color: Royal Blue. HEX triplet: 40, 72 and FD. RGB value is (64,114,253). Sum of RGB (Red+Green+Blue) = 64+114+253=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #4072FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4072FD is #BF8D02. Grayscale: #727272. Windows color (decimal): -12553475 or 16609856. OLE color: 16609856.

HSL color Cylindrical-coordinate representation of color #4072FD: hue angle of 224.13º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4072FD is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 114 253 -
CMYK 0.75 0.55 0 0.01
HSL 224.13º 0.98% 0.62% -
HSV(B) 224.13º 0.75% 0.99% -
XYZ 25.86 20.22 95.47 -
YUV 114.9 205.94 91.7 -
System Red Green Blue C M Y K H S L
Decimal 64 114 253 0.75 0.55 0 0.01 224.13 0.98 0.62
Hex 40 72 FD 4B 37 0 1 E0 62 3E
Octal 100 162 375 113 67 0 1 340 142 76
Binary 1000000 1110010 11111101 1001011 110111 0 1 11100000 1100010 111110

Color Harmonies of #4072FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4072FD

Black with #4072FD

Text Example


Text Example

White with #4072FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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