Html Css Color HEX #1750BE Denim

📋 copy color: '#1750BE'

red 23 ◦ green 80 ◦ blue 190

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

Shades of Denim #1750BE

Tints of Denim #1750BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.3%

 BLUE value IS 190 (74.61% from 255) = 64.85%

R = 7.85%
G = 27.3%
B = 64.85%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1750BE (or 0x1750BE) is known color: Denim. HEX triplet: 17, 50 and BE. RGB value is (23,80,190). Sum of RGB (Red+Green+Blue) = 23+80+190=293 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.85% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #1750BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1750BE is #E8AF41. Grayscale: #4B4B4B. Windows color (decimal): -15249218 or 12472343. OLE color: 12472343.

HSL color Cylindrical-coordinate representation of color #1750BE: hue angle of 219.52º degrees, saturation: 0.78, 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 #1750BE is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 80 190 -
CMYK 0.88 0.58 0 0.25
HSL 219.52º 0.78% 0.42% -
HSV(B) 219.52º 0.88% 0.75% -
XYZ 12.52 9.64 49.92 -
YUV 75.5 192.62 90.56 -
System Red Green Blue C M Y K H S L
Decimal 23 80 190 0.88 0.58 0 0.25 219.52 0.78 0.42
Hex 17 50 BE 58 3A 0 19 DC 4E 2A
Octal 27 120 276 130 72 0 31 334 116 52
Binary 10111 1010000 10111110 1011000 111010 0 11001 11011100 1001110 101010

Color Harmonies of #1750BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1750BE

Black with #1750BE

Text Example


Text Example

White with #1750BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1750BE; }

 p { color: rgb(23,80,190); }

 H1.HeaderClassName
 {
   color: #1750BE;
 }
 .AnyTagClassName
 {
   color: #1750BE;
 }
</style>

background-color css

<style>
 a { background-color: #1750BE; }

 a { background-color: rgb(23,80,190); }

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

border-color css

<style>
 span { border-color: #1750BE; }

 span { border-color: rgb(23,80,190); }

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