Html Css Color HEX #4073FC Royal Blue

📋 copy color: '#4073FC'

red 64 ◦ green 115 ◦ blue 252

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

Shades of Royal Blue #4073FC

Tints of Royal Blue #4073FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.47%

R = 14.85%
G = 26.68%
B = 58.47%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4073FC (or 0x4073FC) is known color: Royal Blue. HEX triplet: 40, 73 and FC. RGB value is (64,115,252). Sum of RGB (Red+Green+Blue) = 64+115+252=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #4073FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4073FC is #BF8C03. Grayscale: #727272. Windows color (decimal): -12553220 or 16544576. OLE color: 16544576.

HSL color Cylindrical-coordinate representation of color #4073FC: hue angle of 223.72º degrees, saturation: 0.97, 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 #4073FC is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 115 252 -
CMYK 0.75 0.54 0 0.01
HSL 223.72º 0.97% 0.62% -
HSV(B) 223.72º 0.75% 0.99% -
XYZ 25.82 20.38 94.67 -
YUV 115.37 205.1 91.36 -
System Red Green Blue C M Y K H S L
Decimal 64 115 252 0.75 0.54 0 0.01 223.72 0.97 0.62
Hex 40 73 FC 4B 36 0 1 E0 61 3E
Octal 100 163 374 113 66 0 1 340 141 76
Binary 1000000 1110011 11111100 1001011 110110 0 1 11100000 1100001 111110

Color Harmonies of #4073FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4073FC

Black with #4073FC

Text Example


Text Example

White with #4073FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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