Html Css Color HEX #1F6CDC Denim

📋 copy color: '#1F6CDC'

red 31 ◦ green 108 ◦ blue 220

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

Shades of Denim #1F6CDC

Tints of Denim #1F6CDC

RGB

 RED value IS 31 (12.5% from 255) = 8.64%

 GREEN value IS 108 (42.58% from 255) = 30.08%

 BLUE value IS 220 (86.33% from 255) = 61.28%

R = 8.64%
G = 30.08%
B = 61.28%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F6CDC (or 0x1F6CDC) is known color: Denim. HEX triplet: 1F, 6C and DC. RGB value is (31,108,220). Sum of RGB (Red+Green+Blue) = 31+108+220=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F6CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6CDC is #E09323. Grayscale: #616161. Windows color (decimal): -14717732 or 14445599. OLE color: 14445599.

HSL color Cylindrical-coordinate representation of color #1F6CDC: hue angle of 215.56º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F6CDC is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 108 220 -
CMYK 0.86 0.51 0 0.14
HSL 215.56º 0.75% 0.49% -
HSV(B) 215.56º 0.86% 0.86% -
XYZ 18.85 16.18 69.84 -
YUV 97.75 196.99 80.39 -
System Red Green Blue C M Y K H S L
Decimal 31 108 220 0.86 0.51 0 0.14 215.56 0.75 0.49
Hex 1F 6C DC 56 33 0 E D8 4B 31
Octal 37 154 334 126 63 0 16 330 113 61
Binary 11111 1101100 11011100 1010110 110011 0 1110 11011000 1001011 110001

Color Harmonies of #1F6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6CDC

Black with #1F6CDC

Text Example


Text Example

White with #1F6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F6CDC; }

 p { color: rgb(31,108,220); }

 H1.HeaderClassName
 {
   color: #1F6CDC;
 }
 .AnyTagClassName
 {
   color: #1F6CDC;
 }
</style>

background-color css

<style>
 a { background-color: #1F6CDC; }

 a { background-color: rgb(31,108,220); }

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

border-color css

<style>
 span { border-color: #1F6CDC; }

 span { border-color: rgb(31,108,220); }

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