Html Css Color HEX #4170FA Royal Blue

📋 copy color: '#4170FA'

red 65 ◦ green 112 ◦ blue 250

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

Shades of Royal Blue #4170FA

Tints of Royal Blue #4170FA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.23%

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

R = 15.22%
G = 26.23%
B = 58.55%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4170FA (or 0x4170FA) is known color: Royal Blue. HEX triplet: 41, 70 and FA. RGB value is (65,112,250). Sum of RGB (Red+Green+Blue) = 65+112+250=427 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.22% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #4170FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4170FA is #BE8F05. Grayscale: #717171. Windows color (decimal): -12488454 or 16412737. OLE color: 16412737.

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

Color convert

RGB 65 112 250 -
CMYK 0.74 0.55 0 0.02
HSL 224.76º 0.95% 0.62% -
HSV(B) 224.76º 0.74% 0.98% -
XYZ 25.23 19.61 92.9 -
YUV 113.68 204.93 93.28 -
System Red Green Blue C M Y K H S L
Decimal 65 112 250 0.74 0.55 0 0.02 224.76 0.95 0.62
Hex 41 70 FA 4A 37 0 2 E1 5F 3E
Octal 101 160 372 112 67 0 2 341 137 76
Binary 1000001 1110000 11111010 1001010 110111 0 10 11100001 1011111 111110

Color Harmonies of #4170FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4170FA

Black with #4170FA

Text Example


Text Example

White with #4170FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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