Html Css Color HEX #4071FD Royal Blue

📋 copy color: '#4071FD'

red 64 ◦ green 113 ◦ blue 253

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

Shades of Royal Blue #4071FD

Tints of Royal Blue #4071FD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.28%

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

R = 14.88%
G = 26.28%
B = 58.84%

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

#4071FD (or 0x4071FD) is known color: Royal Blue. HEX triplet: 40, 71 and FD. RGB value is (64,113,253). Sum of RGB (Red+Green+Blue) = 64+113+253=430 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.88% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #4071FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4071FD is #BF8E02. Grayscale: #717171. Windows color (decimal): -12553731 or 16609600. OLE color: 16609600.

HSL color Cylindrical-coordinate representation of color #4071FD: hue angle of 224.44º 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 #4071FD is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 113 253 -
CMYK 0.75 0.55 0 0.01
HSL 224.44º 0.98% 0.62% -
HSV(B) 224.44º 0.75% 0.99% -
XYZ 25.75 19.99 95.43 -
YUV 114.31 206.27 92.12 -
System Red Green Blue C M Y K H S L
Decimal 64 113 253 0.75 0.55 0 0.01 224.44 0.98 0.62
Hex 40 71 FD 4B 37 0 1 E0 62 3E
Octal 100 161 375 113 67 0 1 340 142 76
Binary 1000000 1110001 11111101 1001011 110111 0 1 11100000 1100010 111110

Color Harmonies of #4071FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4071FD

Black with #4071FD

Text Example


Text Example

White with #4071FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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