Html Css Color HEX #4073F1 Royal Blue

📋 copy color: '#4073F1'

red 64 ◦ green 115 ◦ blue 241

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

Shades of Royal Blue #4073F1

Tints of Royal Blue #4073F1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.38%

 BLUE value IS 241 (94.53% from 255) = 57.38%

R = 15.24%
G = 27.38%
B = 57.38%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4073F1 (or 0x4073F1) is known color: Royal Blue. HEX triplet: 40, 73 and F1. RGB value is (64,115,241). Sum of RGB (Red+Green+Blue) = 64+115+241=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #4073F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4073F1 is #BF8C0E. Grayscale: #717171. Windows color (decimal): -12553231 or 15823680. OLE color: 15823680.

HSL color Cylindrical-coordinate representation of color #4073F1: hue angle of 222.71º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4073F1 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 115 241 -
CMYK 0.73 0.52 0 0.05
HSL 222.71º 0.86% 0.6% -
HSV(B) 222.71º 0.73% 0.95% -
XYZ 24.12 19.7 85.75 -
YUV 114.12 199.6 92.25 -
System Red Green Blue C M Y K H S L
Decimal 64 115 241 0.73 0.52 0 0.05 222.71 0.86 0.6
Hex 40 73 F1 49 34 0 5 DF 56 3C
Octal 100 163 361 111 64 0 5 337 126 74
Binary 1000000 1110011 11110001 1001001 110100 0 101 11011111 1010110 111100

Color Harmonies of #4073F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4073F1

Black with #4073F1

Text Example


Text Example

White with #4073F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4073F1; }

 p { color: rgb(64,115,241); }

 H1.HeaderClassName
 {
   color: #4073F1;
 }
 .AnyTagClassName
 {
   color: #4073F1;
 }
</style>

background-color css

<style>
 a { background-color: #4073F1; }

 a { background-color: rgb(64,115,241); }

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

border-color css

<style>
 span { border-color: #4073F1; }

 span { border-color: rgb(64,115,241); }

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