Html Css Color HEX #4170EB Royal Blue

📋 copy color: '#4170EB'

red 65 ◦ green 112 ◦ blue 235

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

Shades of Royal Blue #4170EB

Tints of Royal Blue #4170EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.04%

R = 15.78%
G = 27.18%
B = 57.04%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4170EB (or 0x4170EB) is known color: Royal Blue. HEX triplet: 41, 70 and EB. RGB value is (65,112,235). Sum of RGB (Red+Green+Blue) = 65+112+235=412 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.78% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #4170EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4170EB is #BE8F14. Grayscale: #6F6F6F. Windows color (decimal): -12488469 or 15429697. OLE color: 15429697.

HSL color Cylindrical-coordinate representation of color #4170EB: hue angle of 223.41º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4170EB is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 112 235 -
CMYK 0.72 0.52 0 0.08
HSL 223.41º 0.81% 0.59% -
HSV(B) 223.41º 0.72% 0.92% -
XYZ 22.97 18.71 81 -
YUV 111.97 197.43 94.5 -
System Red Green Blue C M Y K H S L
Decimal 65 112 235 0.72 0.52 0 0.08 223.41 0.81 0.59
Hex 41 70 EB 48 34 0 8 DF 51 3B
Octal 101 160 353 110 64 0 10 337 121 73
Binary 1000001 1110000 11101011 1001000 110100 0 1000 11011111 1010001 111011

Color Harmonies of #4170EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4170EB

Black with #4170EB

Text Example


Text Example

White with #4170EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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