Html Css Color HEX #1774BF Denim

📋 copy color: '#1774BF'

red 23 ◦ green 116 ◦ blue 191

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

Shades of Denim #1774BF

Tints of Denim #1774BF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.15%

 BLUE value IS 191 (75% from 255) = 57.88%

R = 6.97%
G = 35.15%
B = 57.88%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1774BF (or 0x1774BF) is known color: Denim. HEX triplet: 17, 74 and BF. RGB value is (23,116,191). Sum of RGB (Red+Green+Blue) = 23+116+191=330 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.97% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #1774BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1774BF is #E88B40. Grayscale: #606060. Windows color (decimal): -15240001 or 12547095. OLE color: 12547095.

HSL color Cylindrical-coordinate representation of color #1774BF: hue angle of 206.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1774BF is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 116 191 -
CMYK 0.88 0.39 0 0.25
HSL 206.79º 0.79% 0.42% -
HSV(B) 206.79º 0.88% 0.75% -
XYZ 16 16.43 51.62 -
YUV 96.74 181.19 75.4 -
System Red Green Blue C M Y K H S L
Decimal 23 116 191 0.88 0.39 0 0.25 206.79 0.79 0.42
Hex 17 74 BF 58 27 0 19 CF 4F 2A
Octal 27 164 277 130 47 0 31 317 117 52
Binary 10111 1110100 10111111 1011000 100111 0 11001 11001111 1001111 101010

Color Harmonies of #1774BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1774BF

Black with #1774BF

Text Example


Text Example

White with #1774BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1774BF; }

 p { color: rgb(23,116,191); }

 H1.HeaderClassName
 {
   color: #1774BF;
 }
 .AnyTagClassName
 {
   color: #1774BF;
 }
</style>

background-color css

<style>
 a { background-color: #1774BF; }

 a { background-color: rgb(23,116,191); }

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

border-color css

<style>
 span { border-color: #1774BF; }

 span { border-color: rgb(23,116,191); }

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