Html Css Color HEX #1F65DC Denim

📋 copy color: '#1F65DC'

red 31 ◦ green 101 ◦ blue 220

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

Shades of Denim #1F65DC

Tints of Denim #1F65DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.69%

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

R = 8.81%
G = 28.69%
B = 62.5%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F65DC (or 0x1F65DC) is known color: Denim. HEX triplet: 1F, 65 and DC. RGB value is (31,101,220). Sum of RGB (Red+Green+Blue) = 31+101+220=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F65DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F65DC is #E09A23. Grayscale: #5D5D5D. Windows color (decimal): -14719524 or 14443807. OLE color: 14443807.

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

Color convert

RGB 31 101 220 -
CMYK 0.86 0.54 0 0.14
HSL 217.78º 0.75% 0.49% -
HSV(B) 217.78º 0.86% 0.86% -
XYZ 18.14 14.77 69.6 -
YUV 93.64 199.31 83.32 -
System Red Green Blue C M Y K H S L
Decimal 31 101 220 0.86 0.54 0 0.14 217.78 0.75 0.49
Hex 1F 65 DC 56 36 0 E DA 4B 31
Octal 37 145 334 126 66 0 16 332 113 61
Binary 11111 1100101 11011100 1010110 110110 0 1110 11011010 1001011 110001

Color Harmonies of #1F65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F65DC

Black with #1F65DC

Text Example


Text Example

White with #1F65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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