Html Css Color HEX #1F6BDB Denim

📋 copy color: '#1F6BDB'

red 31 ◦ green 107 ◦ blue 219

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

Shades of Denim #1F6BDB

Tints of Denim #1F6BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.97%

 BLUE value IS 219 (85.94% from 255) = 61.34%

R = 8.68%
G = 29.97%
B = 61.34%

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

#1F6BDB (or 0x1F6BDB) is known color: Denim. HEX triplet: 1F, 6B and DB. RGB value is (31,107,219). Sum of RGB (Red+Green+Blue) = 31+107+219=357 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.68% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F6BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6BDB is #E09424. Grayscale: #606060. Windows color (decimal): -14717989 or 14379807. OLE color: 14379807.

HSL color Cylindrical-coordinate representation of color #1F6BDB: hue angle of 215.74º 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 #1F6BDB is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 107 219 -
CMYK 0.86 0.51 0 0.14
HSL 215.74º 0.75% 0.49% -
HSV(B) 215.74º 0.86% 0.86% -
XYZ 18.61 15.92 69.11 -
YUV 97.04 196.82 80.89 -
System Red Green Blue C M Y K H S L
Decimal 31 107 219 0.86 0.51 0 0.14 215.74 0.75 0.49
Hex 1F 6B DB 56 33 0 E D8 4B 31
Octal 37 153 333 126 63 0 16 330 113 61
Binary 11111 1101011 11011011 1010110 110011 0 1110 11011000 1001011 110001

Color Harmonies of #1F6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6BDB

Black with #1F6BDB

Text Example


Text Example

White with #1F6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,107,219); }

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

background-color css

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

 a { background-color: rgb(31,107,219); }

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

border-color css

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

 span { border-color: rgb(31,107,219); }

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