Html Css Color HEX #1874CF Denim

📋 copy color: '#1874CF'

red 24 ◦ green 116 ◦ blue 207

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

Shades of Denim #1874CF

Tints of Denim #1874CF

RGB

 RED value IS 24 (9.77% from 255) = 6.92%

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

 BLUE value IS 207 (81.25% from 255) = 59.65%

R = 6.92%
G = 33.43%
B = 59.65%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1874CF (or 0x1874CF) is known color: Denim. HEX triplet: 18, 74 and CF. RGB value is (24,116,207). Sum of RGB (Red+Green+Blue) = 24+116+207=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #1874CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1874CF is #E78B30. Grayscale: #626262. Windows color (decimal): -15174449 or 13595672. OLE color: 13595672.

HSL color Cylindrical-coordinate representation of color #1874CF: hue angle of 209.84º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1874CF is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 116 207 -
CMYK 0.88 0.44 0 0.19
HSL 209.84º 0.79% 0.45% -
HSV(B) 209.84º 0.88% 0.81% -
XYZ 17.88 17.19 61.41 -
YUV 98.87 189.02 74.6 -
System Red Green Blue C M Y K H S L
Decimal 24 116 207 0.88 0.44 0 0.19 209.84 0.79 0.45
Hex 18 74 CF 58 2C 0 13 D2 4F 2D
Octal 30 164 317 130 54 0 23 322 117 55
Binary 11000 1110100 11001111 1011000 101100 0 10011 11010010 1001111 101101

Color Harmonies of #1874CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1874CF

Black with #1874CF

Text Example


Text Example

White with #1874CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1874CF; }

 p { color: rgb(24,116,207); }

 H1.HeaderClassName
 {
   color: #1874CF;
 }
 .AnyTagClassName
 {
   color: #1874CF;
 }
</style>

background-color css

<style>
 a { background-color: #1874CF; }

 a { background-color: rgb(24,116,207); }

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

border-color css

<style>
 span { border-color: #1874CF; }

 span { border-color: rgb(24,116,207); }

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