Html Css Color HEX #1F5DCF Denim

📋 copy color: '#1F5DCF'

red 31 ◦ green 93 ◦ blue 207

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

Shades of Denim #1F5DCF

Tints of Denim #1F5DCF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

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

R = 9.37%
G = 28.1%
B = 62.54%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F5DCF (or 0x1F5DCF) is known color: Denim. HEX triplet: 1F, 5D and CF. RGB value is (31,93,207). Sum of RGB (Red+Green+Blue) = 31+93+207=331 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.37% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F5DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5DCF is #E0A230. Grayscale: #565656. Windows color (decimal): -14721585 or 13589791. OLE color: 13589791.

HSL color Cylindrical-coordinate representation of color #1F5DCF: hue angle of 218.86º 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 #1F5DCF is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 93 207 -
CMYK 0.85 0.55 0 0.19
HSL 218.86º 0.74% 0.47% -
HSV(B) 218.86º 0.85% 0.81% -
XYZ 15.74 12.63 60.64 -
YUV 87.46 195.46 87.73 -
System Red Green Blue C M Y K H S L
Decimal 31 93 207 0.85 0.55 0 0.19 218.86 0.74 0.47
Hex 1F 5D CF 55 37 0 13 DB 4A 2F
Octal 37 135 317 125 67 0 23 333 112 57
Binary 11111 1011101 11001111 1010101 110111 0 10011 11011011 1001010 101111

Color Harmonies of #1F5DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5DCF

Black with #1F5DCF

Text Example


Text Example

White with #1F5DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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