Html Css Color HEX #1F6DCF Denim

📋 copy color: '#1F6DCF'

red 31 ◦ green 109 ◦ blue 207

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

Shades of Denim #1F6DCF

Tints of Denim #1F6DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.41%

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

R = 8.93%
G = 31.41%
B = 59.65%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F6DCF (or 0x1F6DCF) is known color: Denim. HEX triplet: 1F, 6D and CF. RGB value is (31,109,207). Sum of RGB (Red+Green+Blue) = 31+109+207=347 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.93% from 347); Green value is 109 (42.97% from 255 or 31.41% 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 #1F6DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6DCF is #E09230. Grayscale: #606060. Windows color (decimal): -14717489 or 13593887. OLE color: 13593887.

HSL color Cylindrical-coordinate representation of color #1F6DCF: hue angle of 213.41º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F6DCF is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 109 207 -
CMYK 0.85 0.47 0 0.19
HSL 213.41º 0.74% 0.47% -
HSV(B) 213.41º 0.85% 0.81% -
XYZ 17.3 15.73 61.16 -
YUV 96.85 190.16 81.03 -
System Red Green Blue C M Y K H S L
Decimal 31 109 207 0.85 0.47 0 0.19 213.41 0.74 0.47
Hex 1F 6D CF 55 2F 0 13 D5 4A 2F
Octal 37 155 317 125 57 0 23 325 112 57
Binary 11111 1101101 11001111 1010101 101111 0 10011 11010101 1001010 101111

Color Harmonies of #1F6DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6DCF

Black with #1F6DCF

Text Example


Text Example

White with #1F6DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,109,207); }

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

background-color css

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

 a { background-color: rgb(31,109,207); }

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

border-color css

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

 span { border-color: rgb(31,109,207); }

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