Html Css Color HEX #174AF1 Royal Blue

📋 copy color: '#174AF1'

red 23 ◦ green 74 ◦ blue 241

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

Shades of Royal Blue #174AF1

Tints of Royal Blue #174AF1

RGB

 RED value IS 23 (9.38% from 255) = 6.8%

 GREEN value IS 74 (29.3% from 255) = 21.89%

 BLUE value IS 241 (94.53% from 255) = 71.3%

R = 6.8%
G = 21.89%
B = 71.3%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#174AF1 (or 0x174AF1) is known color: Royal Blue. HEX triplet: 17, 4A and F1. RGB value is (23,74,241). Sum of RGB (Red+Green+Blue) = 23+74+241=338 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.80% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 241 (94.53% from 255 or 71.30% from 338); Max value from RGB is 241 - color contains mainly: blue. Hex color #174AF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #174AF1 is #E8B50E. Grayscale: #4D4D4D. Windows color (decimal): -15250703 or 15813143. OLE color: 15813143.

HSL color Cylindrical-coordinate representation of color #174AF1: hue angle of 225.96º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #174AF1 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 23 74 241 -
CMYK 0.90 0.69 0 0.05
HSL 225.96º 0.89% 0.52% -
HSV(B) 225.96º 0.9% 0.95% -
XYZ 18.68 11.43 84.44 -
YUV 77.79 220.1 88.92 -
System Red Green Blue C M Y K H S L
Decimal 23 74 241 0.90 0.69 0 0.05 225.96 0.89 0.52
Hex 17 4A F1 5A 45 0 5 E2 59 34
Octal 27 112 361 132 105 0 5 342 131 64
Binary 10111 1001010 11110001 1011010 1000101 0 101 11100010 1011001 110100

Color Harmonies of #174AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174AF1

Black with #174AF1

Text Example


Text Example

White with #174AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174AF1; }

 p { color: rgb(23,74,241); }

 H1.HeaderClassName
 {
   color: #174AF1;
 }
 .AnyTagClassName
 {
   color: #174AF1;
 }
</style>

background-color css

<style>
 a { background-color: #174AF1; }

 a { background-color: rgb(23,74,241); }

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

border-color css

<style>
 span { border-color: #174AF1; }

 span { border-color: rgb(23,74,241); }

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