Html Css Color HEX #4175FA Royal Blue

📋 copy color: '#4175FA'

red 65 ◦ green 117 ◦ blue 250

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

Shades of Royal Blue #4175FA

Tints of Royal Blue #4175FA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.08%

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

R = 15.05%
G = 27.08%
B = 57.87%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4175FA (or 0x4175FA) is known color: Royal Blue. HEX triplet: 41, 75 and FA. RGB value is (65,117,250). Sum of RGB (Red+Green+Blue) = 65+117+250=432 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.05% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #4175FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4175FA is #BE8A05. Grayscale: #747474. Windows color (decimal): -12487174 or 16414017. OLE color: 16414017.

HSL color Cylindrical-coordinate representation of color #4175FA: hue angle of 223.14º 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 #4175FA is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 117 250 -
CMYK 0.74 0.53 0 0.02
HSL 223.14º 0.95% 0.62% -
HSV(B) 223.14º 0.74% 0.98% -
XYZ 25.8 20.75 93.09 -
YUV 116.61 203.27 91.19 -
System Red Green Blue C M Y K H S L
Decimal 65 117 250 0.74 0.53 0 0.02 223.14 0.95 0.62
Hex 41 75 FA 4A 35 0 2 DF 5F 3E
Octal 101 165 372 112 65 0 2 337 137 76
Binary 1000001 1110101 11111010 1001010 110101 0 10 11011111 1011111 111110

Color Harmonies of #4175FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4175FA

Black with #4175FA

Text Example


Text Example

White with #4175FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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