Html Css Color HEX #1F6CDD Denim

📋 copy color: '#1F6CDD'

red 31 ◦ green 108 ◦ blue 221

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

Shades of Denim #1F6CDD

Tints of Denim #1F6CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.39%

R = 8.61%
G = 30%
B = 61.39%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F6CDD (or 0x1F6CDD) is known color: Denim. HEX triplet: 1F, 6C and DD. RGB value is (31,108,221). Sum of RGB (Red+Green+Blue) = 31+108+221=360 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.61% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F6CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6CDD is #E09322. Grayscale: #616161. Windows color (decimal): -14717731 or 14511135. OLE color: 14511135.

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

Color convert

RGB 31 108 221 -
CMYK 0.86 0.51 0 0.13
HSL 215.68º 0.75% 0.49% -
HSV(B) 215.68º 0.86% 0.87% -
XYZ 18.98 16.24 70.54 -
YUV 97.86 197.49 80.31 -
System Red Green Blue C M Y K H S L
Decimal 31 108 221 0.86 0.51 0 0.13 215.68 0.75 0.49
Hex 1F 6C DD 56 33 0 D D8 4B 31
Octal 37 154 335 126 63 0 15 330 113 61
Binary 11111 1101100 11011101 1010110 110011 0 1101 11011000 1001011 110001

Color Harmonies of #1F6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6CDD

Black with #1F6CDD

Text Example


Text Example

White with #1F6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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