Html Css Color HEX #4173FA Royal Blue

📋 copy color: '#4173FA'

red 65 ◦ green 115 ◦ blue 250

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

Shades of Royal Blue #4173FA

Tints of Royal Blue #4173FA

RGB

 RED value IS 65 (25.78% from 255) = 15.12%

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

 BLUE value IS 250 (98.05% from 255) = 58.14%

R = 15.12%
G = 26.74%
B = 58.14%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4173FA (or 0x4173FA) is known color: Royal Blue. HEX triplet: 41, 73 and FA. RGB value is (65,115,250). Sum of RGB (Red+Green+Blue) = 65+115+250=430 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.12% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #4173FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4173FA is #BE8C05. Grayscale: #727272. Windows color (decimal): -12487686 or 16413505. OLE color: 16413505.

HSL color Cylindrical-coordinate representation of color #4173FA: hue angle of 223.78º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4173FA is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 115 250 -
CMYK 0.74 0.54 0 0.02
HSL 223.78º 0.95% 0.62% -
HSV(B) 223.78º 0.74% 0.98% -
XYZ 25.57 20.29 93.01 -
YUV 115.44 203.94 92.02 -
System Red Green Blue C M Y K H S L
Decimal 65 115 250 0.74 0.54 0 0.02 223.78 0.95 0.62
Hex 41 73 FA 4A 36 0 2 E0 5F 3E
Octal 101 163 372 112 66 0 2 340 137 76
Binary 1000001 1110011 11111010 1001010 110110 0 10 11100000 1011111 111110

Color Harmonies of #4173FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4173FA

Black with #4173FA

Text Example


Text Example

White with #4173FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4173FA; }

 p { color: rgb(65,115,250); }

 H1.HeaderClassName
 {
   color: #4173FA;
 }
 .AnyTagClassName
 {
   color: #4173FA;
 }
</style>

background-color css

<style>
 a { background-color: #4173FA; }

 a { background-color: rgb(65,115,250); }

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

border-color css

<style>
 span { border-color: #4173FA; }

 span { border-color: rgb(65,115,250); }

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